Updated the Programmer Operator button style to set IsTextScaleFactorEnabled to true.

This commit is contained in:
Stephanie Anderl 2019-03-04 12:01:30 -08:00
commit e8d84e3f88

View file

@ -25,7 +25,7 @@
<Setter Property="Typography.NumeralAlignment" Value="Tabular"/> <Setter Property="Typography.NumeralAlignment" Value="Tabular"/>
<Setter Property="FontSize" Value="{ThemeResource CaptionFontSize}"/> <Setter Property="FontSize" Value="{ThemeResource CaptionFontSize}"/>
<Setter Property="FontWeight" Value="SemiBold"/> <Setter Property="FontWeight" Value="SemiBold"/>
<Setter Property="IsTextScaleFactorEnabled" Value="False"/> <Setter Property="IsTextScaleFactorEnabled" Value="True"/>
<Setter Property="Template"> <Setter Property="Template">
<Setter.Value> <Setter.Value>
<ControlTemplate TargetType="RadioButton"> <ControlTemplate TargetType="RadioButton">