From 903b231b1f9cac58d2dfcff6157204b91a878b67 Mon Sep 17 00:00:00 2001 From: Jack Rainy Date: Thu, 22 Oct 2020 19:28:26 +0300 Subject: [PATCH] Edit fields are scalable for large fonts (#1401) * Edit fields are scalable for large fonts * Retain the initial width of edit fields, but scale if needed --- .../GraphingCalculator/EquationInputArea.xaml | 21 +++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/src/Calculator/Views/GraphingCalculator/EquationInputArea.xaml b/src/Calculator/Views/GraphingCalculator/EquationInputArea.xaml index 5a45514..f8840b0 100644 --- a/src/Calculator/Views/GraphingCalculator/EquationInputArea.xaml +++ b/src/Calculator/Views/GraphingCalculator/EquationInputArea.xaml @@ -162,14 +162,17 @@ + Text="{x:Bind Min, Mode=OneWay}"> + + 18 + + @@ -184,14 +187,17 @@ + Text="{x:Bind Step, Mode=OneWay}"> + + 18 + + @@ -205,14 +211,17 @@ + Text="{x:Bind Max, Mode=OneWay}"> + + 18 + +