mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-30 08:34:59 +00:00
style<Popups>: better dropshadow effect
This commit is contained in:
parent
7ccd0ea80e
commit
a7ddc50665
2 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue