mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-30 08:34:59 +00:00
style<PopupPanel>: add DropShadowEffect
This commit is contained in:
parent
3f2b404792
commit
0d5995e32f
2 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,10 @@
|
|||
VerticalAlignment="Top"
|
||||
Width="500"
|
||||
Height="Auto">
|
||||
<Border.Effect>
|
||||
<DropShadowEffect BlurRadius="8" ShadowDepth="0" Opacity=".2" Color="Black"/>
|
||||
</Border.Effect>
|
||||
|
||||
<Grid>
|
||||
<!-- Custom panel -->
|
||||
<Border x:Name="body">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue