Skip to content

Commit

Permalink
修改样式
Browse files Browse the repository at this point in the history
  • Loading branch information
silentmoooon committed Oct 12, 2017
1 parent 9b22c02 commit 0309627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClipOne/view/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Title="MainWindow" BorderThickness="0" BorderBrush="#0078d7" Margin="0,0,0,0" Padding="0,0,0,0" Height="100" Width="461" Closing="Window_Closing" Loaded="Window_Loaded" Deactivated="Window_Deactivated" AllowsTransparency="True" WindowStyle="None" Background="Transparent" ResizeMode="NoResize" Topmost="True" Visibility="Visible" ShowInTaskbar="False" MaxHeight="620" SourceInitialized="Window_SourceInitialized" >
<Border Margin="10" Background="Transparent">
<Border.Effect>
<DropShadowEffect BlurRadius="15" Direction="-90" RenderingBias="Quality" ShadowDepth="2"/>
<DropShadowEffect Color="gray" BlurRadius="15" Direction="-90" RenderingBias="Quality" ShadowDepth="2"/>
</Border.Effect>

<Grid Name="mainGrid">
Expand Down

0 comments on commit 0309627

Please sign in to comment.