Skip to content

Commit e417a1d

Browse files
committed
Add dynamic font family to SettingWindow
1 parent 54c949b commit e417a1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
MinHeight="600"
1414
d:DataContext="{d:DesignInstance vm:SettingWindowViewModel}"
1515
Closed="OnClosed"
16+
FontFamily="{DynamicResource SettingWindowFont}"
1617
Icon="Images\app.ico"
1718
Left="{Binding SettingWindowLeft, Mode=TwoWay}"
1819
Loaded="OnLoaded"

0 commit comments

Comments
 (0)