Skip to content

Commit c591011

Browse files
authored
Merge pull request #3545 from onesounds/250515-FixCardFont
Add dynamic font family to SettingWindow
2 parents 54c949b + e417a1d commit c591011

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher/SettingWindow.xaml

+1
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)