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">
+
+
+
+