mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 22:03:11 -07:00
Updated UnitConverter ComboBoxStyle to set IsTextScaleFactorEnabled = true
This commit is contained in:
parent
a342421603
commit
b19cd60661
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
<Setter Property="HorizontalAlignment" Value="Stretch"/>
|
||||
<Setter Property="VerticalAlignment" Value="Top"/>
|
||||
<Setter Property="VerticalContentAlignment" Value="Center"/>
|
||||
<Setter Property="IsTextScaleFactorEnabled" Value="False"/>
|
||||
<Setter Property="IsTextScaleFactorEnabled" Value="True"/>
|
||||
<Setter Property="UseSystemFocusVisuals" Value="True"/>
|
||||
<Setter Property="ItemsPanel">
|
||||
<Setter.Value>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue