From 25708f0bef5ff5f01c908656a3eb9ac14b2aa3d7 Mon Sep 17 00:00:00 2001 From: Howard Wolosky Date: Fri, 28 Jun 2019 15:45:43 -0700 Subject: [PATCH] Ensure consistent margins/padding with currency converter keypad (#566) Simplifies the layout of `ConverterNumPad` to match that seen of `NumpadPanel` in Calculator.xaml by using the same static margin and removing the use of columns that had been used for dynamic margins. Fixes #87 --- src/Calculator/Views/UnitConverter.xaml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/src/Calculator/Views/UnitConverter.xaml b/src/Calculator/Views/UnitConverter.xaml index a1a0a8d0..e8bc2498 100644 --- a/src/Calculator/Views/UnitConverter.xaml +++ b/src/Calculator/Views/UnitConverter.xaml @@ -321,8 +321,6 @@ Threshold="1"/> - - @@ -644,31 +642,27 @@ - - - - @@ -696,9 +690,9 @@