mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Updated the Programmer Operator button style to set IsTextScaleFactorEnabled to true.
This commit is contained in:
parent
b19cd60661
commit
e8d84e3f88
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
<Setter Property="Typography.NumeralAlignment" Value="Tabular"/>
|
||||
<Setter Property="FontSize" Value="{ThemeResource CaptionFontSize}"/>
|
||||
<Setter Property="FontWeight" Value="SemiBold"/>
|
||||
<Setter Property="IsTextScaleFactorEnabled" Value="False"/>
|
||||
<Setter Property="IsTextScaleFactorEnabled" Value="True"/>
|
||||
<Setter Property="Template">
|
||||
<Setter.Value>
|
||||
<ControlTemplate TargetType="RadioButton">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue