Skip to content

Commit b22a28b

Browse files
committed
Remove explicit font styles from title text elements
Removed FontFamily, FontSize, and FontWeight properties from TitleTextBlock/TextBlock in MessageBoxEx.xaml, ProgressBoxEx.xaml, and SearchSourceSetting.xaml to use default font styling for titles.
1 parent 2bd6e9a commit b22a28b

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

Flow.Launcher/MessageBoxEx.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
MaxWidth="400"
8989
Margin="0 0 26 0"
9090
VerticalAlignment="Center"
91-
FontFamily="Segoe UI"
9291
FontSize="20"
9392
FontWeight="SemiBold"
9493
TextAlignment="Left"

Flow.Launcher/ProgressBoxEx.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
MaxWidth="400"
9696
Margin="0 0 26 12"
9797
VerticalAlignment="Center"
98-
FontFamily="Segoe UI"
9998
FontSize="20"
10099
FontWeight="SemiBold"
101100
TextAlignment="Left"

Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceSetting.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@
246246
<TextBlock
247247
Grid.Column="0"
248248
Margin="0,0,0,0"
249-
FontFamily="Segoe UI"
250249
FontSize="20"
251250
FontWeight="SemiBold"
252251
Text="{DynamicResource flowlauncher_plugin_websearch_window_title}"

0 commit comments

Comments
 (0)