mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 19:02:39 +08:00
style<PopupPanel>: add DropShadowEffect
This commit is contained in:
@@ -64,6 +64,7 @@
|
||||
Margin="0,24,0,8"
|
||||
Text="{StaticResource Text.About.Title}"
|
||||
HorizontalAlignment="Center"
|
||||
TextOptions.TextFormattingMode="Ideal"
|
||||
FontSize="18" FontWeight="Bold"/>
|
||||
|
||||
<!-- Version -->
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user