From 0d5995e32f8b323f96ea6e260997eee5c313d2ac Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 18 Jun 2021 09:56:45 +0800 Subject: [PATCH] style: add DropShadowEffect --- src/Views/About.xaml | 1 + src/Views/Widgets/PopupPanel.xaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/src/Views/About.xaml b/src/Views/About.xaml index d164a381..4d3366f1 100644 --- a/src/Views/About.xaml +++ b/src/Views/About.xaml @@ -64,6 +64,7 @@ Margin="0,24,0,8" Text="{StaticResource Text.About.Title}" HorizontalAlignment="Center" + TextOptions.TextFormattingMode="Ideal" FontSize="18" FontWeight="Bold"/> diff --git a/src/Views/Widgets/PopupPanel.xaml b/src/Views/Widgets/PopupPanel.xaml index 9552a4d4..41c1eceb 100644 --- a/src/Views/Widgets/PopupPanel.xaml +++ b/src/Views/Widgets/PopupPanel.xaml @@ -18,6 +18,10 @@ VerticalAlignment="Top" Width="500" Height="Auto"> + + + +