Skip to content

Commit 8432fa3

Browse files
committed
Add SettingWindowFont definition to CustomControlTemplate
1 parent 25f39f6 commit 8432fa3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Flow.Launcher/Resources/CustomControlTemplate.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
xmlns:ui="http://schemas.modernwpf.com/2019">
66

77
<!-- Setting Window Font -->
8+
<FontFamily x:Key="SettingWindowFont">Segoe UI</FontFamily>
89
<Style TargetType="ui:FontIcon">
910
<Setter Property="FontFamily" Value="/Resources/#Segoe Fluent Icons" />
1011
</Style>

Flow.Launcher/Resources/SettingWindowStyle.xaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
<converters:BoolToVisibilityConverter x:Key="BoolToVisibilityConverter" />
88
<converters:TextConverter x:Key="TextConverter" />
99
<core:TranslationConverter x:Key="TranslationConverter" />
10-
<FontFamily x:Key="SettingWindowFont">Segoe UI</FontFamily>
11-
1210
<!-- Icon for Theme Type Label -->
1311
<Geometry x:Key="circle_half_stroke_solid">F1 M512,512z M0,0z M448,256C448,150,362,64,256,64L256,448C362,448,448,362,448,256z M0,256A256,256,0,1,1,512,256A256,256,0,1,1,0,256z</Geometry>
1412
<Style x:Key="StoreItemFocusVisualStyleKey">

0 commit comments

Comments
 (0)