mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Merge pull request #46 from nventive/dev/gefi/font-size-converters
Converters input/output font size is not valid
This commit is contained in:
commit
c350c867da
1 changed files with 3 additions and 1 deletions
|
@ -200,7 +200,7 @@
|
|||
<Style x:Key="ValueMediumStyle"
|
||||
BasedOn="{StaticResource ValueBaseStyle}"
|
||||
TargetType="controls:CalculationResult">
|
||||
<Setter Property="MaxFontSize" Value="34"/>
|
||||
<Setter Property="MaxFontSize" Value="46"/>
|
||||
<Setter Property="Margin" Value="0,0,0,0"/>
|
||||
<Setter Property="DisplayMargin" Value="0,0,0,4"/>
|
||||
</Style>
|
||||
|
@ -502,6 +502,7 @@
|
|||
DisplayValue="{x:Bind Model.Value1, Mode=OneWay}"
|
||||
ExpressionVisibility="Collapsed"
|
||||
FlowDirection="{x:Bind LayoutDirection}"
|
||||
FontSize="{StaticResource CalcResultFontSizeM}"
|
||||
IsActive="{Binding Value1Active, Mode=TwoWay}"
|
||||
KeyDown="OnValueKeyDown"
|
||||
ValueSelected="OnValueSelected"
|
||||
|
@ -558,6 +559,7 @@
|
|||
DisplayValue="{x:Bind Model.Value2, Mode=OneWay}"
|
||||
ExpressionVisibility="Collapsed"
|
||||
FlowDirection="{x:Bind LayoutDirection}"
|
||||
FontSize="{StaticResource CalcResultFontSizeM}"
|
||||
IsActive="{Binding Value2Active, Mode=TwoWay}"
|
||||
KeyDown="OnValueKeyDown"
|
||||
ValueSelected="OnValueSelected"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue