From ecd8d298c42e8a06af9b13c3267dfb86149d7945 Mon Sep 17 00:00:00 2001 From: Geoffrey Fielden-Briggs Date: Fri, 24 May 2019 13:09:35 -0400 Subject: [PATCH] Converters input/output font size is not valid * Fixed the converter fonts by setting a font size value on the Calculation result controls --- src/Calculator.Shared/Views/UnitConverter.xaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Calculator.Shared/Views/UnitConverter.xaml b/src/Calculator.Shared/Views/UnitConverter.xaml index 0e5dae72..fe1edf60 100644 --- a/src/Calculator.Shared/Views/UnitConverter.xaml +++ b/src/Calculator.Shared/Views/UnitConverter.xaml @@ -200,7 +200,7 @@ @@ -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"