Skip to content

Commit

Permalink
Disable text scaling for inktoolbar buttons (#6276)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwgn authored Jan 10, 2022
1 parent c917a2c commit 54b3620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/CommonStyles/InkToolbar_themeresources.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@
<Setter Property="FocusVisualMargin" Value="-3" />
<Setter Property="Padding" Value="2,2,2,2" />
<Setter Property="Margin" Value="2,2,2,2" />
<Setter Property="IsTextScaleFactorEnabled" Value="False" />
<contract7Present:Setter Property="CornerRadius" Value="{ThemeResource ControlCornerRadius}" />
</Style>

Expand Down

0 comments on commit 54b3620

Please sign in to comment.