Skip to content

Commit 02252c2

Browse files
committed
Add SettingWindowFont to CustomControlTemplate for improved font styling
1 parent 8432fa3 commit 02252c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher/Resources/CustomControlTemplate.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,6 +1360,7 @@
13601360
<Setter Property="SelectionBrush" Value="{DynamicResource TextControlSelectionHighlightColor}" />
13611361
<Setter Property="BorderThickness" Value="{DynamicResource TextControlBorderThemeThickness}" />
13621362
<Setter Property="FontFamily" Value="{DynamicResource ContentControlThemeFontFamily}" />
1363+
<Setter Property="FontFamily" Value="{DynamicResource SettingWindowFont}" />
13631364
<Setter Property="FontSize" Value="{DynamicResource ControlContentThemeFontSize}" />
13641365
<Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Hidden" />
13651366
<Setter Property="ScrollViewer.VerticalScrollBarVisibility" Value="Hidden" />

0 commit comments

Comments
 (0)