We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8432fa3 commit 02252c2Copy full SHA for 02252c2
Flow.Launcher/Resources/CustomControlTemplate.xaml
@@ -1360,6 +1360,7 @@
1360
<Setter Property="SelectionBrush" Value="{DynamicResource TextControlSelectionHighlightColor}" />
1361
<Setter Property="BorderThickness" Value="{DynamicResource TextControlBorderThemeThickness}" />
1362
<Setter Property="FontFamily" Value="{DynamicResource ContentControlThemeFontFamily}" />
1363
+ <Setter Property="FontFamily" Value="{DynamicResource SettingWindowFont}" />
1364
<Setter Property="FontSize" Value="{DynamicResource ControlContentThemeFontSize}" />
1365
<Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Hidden" />
1366
<Setter Property="ScrollViewer.VerticalScrollBarVisibility" Value="Hidden" />
0 commit comments