From 0a4296f06acc59a56e38ef2be169b6a10a404663 Mon Sep 17 00:00:00 2001 From: Rudy Huyn Date: Tue, 2 Jun 2020 12:58:47 -0700 Subject: [PATCH] Modify how we manage round corners (#1261) --- .../Views/GraphingCalculator/GraphingSettings.xaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/Calculator/Views/GraphingCalculator/GraphingSettings.xaml b/src/Calculator/Views/GraphingCalculator/GraphingSettings.xaml index eab4de4..5981f12 100644 --- a/src/Calculator/Views/GraphingCalculator/GraphingSettings.xaml +++ b/src/Calculator/Views/GraphingCalculator/GraphingSettings.xaml @@ -1,6 +1,7 @@ - + @@ -63,7 +66,8 @@ + BorderThickness="1" + contract7Present:CornerRadius="{TemplateBinding CornerRadius}"/> @@ -172,12 +176,11 @@ Style="{StaticResource SubTitleTextBoxStyle}" AutomationProperties.HeadingLevel="Level2"/> - +