mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
style<Popups>: better dropshadow effect
This commit is contained in:
parent
7ccd0ea80e
commit
a7ddc50665
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
|||
<Grid>
|
||||
<Border Background="{DynamicResource Brush.Popup}" BorderThickness="0" Margin="4">
|
||||
<Border.Effect>
|
||||
<DropShadowEffect BlurRadius="4" ShadowDepth="0" Color="Black" Opacity=".6"/>
|
||||
<DropShadowEffect BlurRadius="4" ShadowDepth="0" Color="Black" Opacity=".8"/>
|
||||
</Border.Effect>
|
||||
</Border>
|
||||
<StackPanel IsItemsHost="True" Margin="6" KeyboardNavigation.DirectionalNavigation="Cycle"/>
|
||||
|
@ -74,7 +74,7 @@
|
|||
<Grid>
|
||||
<Border Background="{DynamicResource Brush.Popup}" BorderThickness="0" Margin="4">
|
||||
<Border.Effect>
|
||||
<DropShadowEffect BlurRadius="4" ShadowDepth="0" Color="Black" Opacity=".6"/>
|
||||
<DropShadowEffect BlurRadius="4" ShadowDepth="0" Color="Black" Opacity=".8"/>
|
||||
</Border.Effect>
|
||||
</Border>
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
Width="500"
|
||||
Height="Auto">
|
||||
<Border.Effect>
|
||||
<DropShadowEffect BlurRadius="8" ShadowDepth="0" Opacity=".5" Color="Black"/>
|
||||
<DropShadowEffect BlurRadius="8" ShadowDepth="0" Opacity=".8" Color="Black"/>
|
||||
</Border.Effect>
|
||||
|
||||
<Grid>
|
||||
|
|
Loading…
Reference in a new issue