Browse Source

Fix typo in FontSizeNormal

pull/4455/head
Rustam Sayfutdinov 6 years ago
parent
commit
c5c12393f6
  1. 2
      src/Avalonia.Themes.Default/Window.xaml

2
src/Avalonia.Themes.Default/Window.xaml

@ -2,7 +2,7 @@
<Setter Property="Background" Value="{DynamicResource ThemeBackgroundBrush}"/>
<Setter Property="TransparencyBackgroundFallback" Value="{DynamicResource HighlightForegroundColor}" />
<Setter Property="Foreground" Value="{DynamicResource ThemeForegroundBrush}"/>
<Setter Property="FontSize" Value="{DynamicResource FontSizeSmall}"/>
<Setter Property="FontSize" Value="{DynamicResource FontSizeNormal}"/>
<Setter Property="Template">
<ControlTemplate>
<Panel>

Loading…
Cancel
Save