mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
style<PopupPanel>: drop shadow effects for PopupPanel
This commit is contained in:
parent
6f5cfe078e
commit
07aa6661f4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
Width="500"
|
||||
Height="Auto">
|
||||
<Border.Effect>
|
||||
<DropShadowEffect BlurRadius="8" ShadowDepth="0" Opacity=".8" Color="Black"/>
|
||||
<DropShadowEffect BlurRadius="4" ShadowDepth="0" Color="Black" Opacity=".8"/>
|
||||
</Border.Effect>
|
||||
|
||||
<Grid>
|
||||
|
|
Loading…
Reference in a new issue