Skip to content

Commit

Permalink
Fix #109: NumberBox different default font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara committed Jul 12, 2020
1 parent cb1398e commit eec725a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ModernWpf.Controls/NumberBox/NumberBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@
<Style TargetType="local:NumberBox">
<Setter Property="IsTabStop" Value="False" />
<Setter Property="SelectionBrush" Value="{DynamicResource TextControlSelectionHighlightColor}" />
<Setter Property="FontFamily" Value="{DynamicResource ContentControlThemeFontFamily}" />
<Setter Property="FontSize" Value="{DynamicResource ControlContentThemeFontSize}" />
<Setter Property="CornerRadius" Value="{DynamicResource ControlCornerRadius}" />
<Setter Property="FocusVisualStyle" Value="{x:Null}" />
<Setter Property="Template">
Expand Down

0 comments on commit eec725a

Please sign in to comment.