mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00: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…
Add table
Add a link
Reference in a new issue