From ab2ad8cdeedb503a0942986af201d99eb522e056 Mon Sep 17 00:00:00 2001 From: Stephanie Anderl <46726333+sanderl@users.noreply.github.com> Date: Fri, 10 Jan 2020 15:56:12 -0800 Subject: [PATCH] Update Font Sizes for Graph Settings and Key Graph Features to be aligned (#923) * Updated fonts for Graph Settings to match KGF * Update graph settings font sizes to be a bigger * Update KGF fonts to match Graph Settings --- .../Views/GraphingCalculator/GraphingSettings.xaml | 12 ++++++++++-- .../GraphingCalculator/KeyGraphFeaturesPanel.xaml | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/Calculator/Views/GraphingCalculator/GraphingSettings.xaml b/src/Calculator/Views/GraphingCalculator/GraphingSettings.xaml index 58451b5..bac5491 100644 --- a/src/Calculator/Views/GraphingCalculator/GraphingSettings.xaml +++ b/src/Calculator/Views/GraphingCalculator/GraphingSettings.xaml @@ -82,13 +82,16 @@ + + + @@ -96,7 +99,8 @@ @@ -134,6 +140,7 @@ Grid.Row="2" MaxWidth="160" Style="{x:Bind SelectTextBoxStyle(ViewModel.YError, ViewModel.YMinError), Mode=OneWay}" + HeaderTemplate="{StaticResource XYTextBoxHeaderTemplate}" PreviewKeyDown="GridSettingsTextBox_PreviewKeyDown" Text="{x:Bind ViewModel.YMin, Mode=TwoWay}"/> diff --git a/src/Calculator/Views/GraphingCalculator/KeyGraphFeaturesPanel.xaml b/src/Calculator/Views/GraphingCalculator/KeyGraphFeaturesPanel.xaml index de7a04b..8db279b 100644 --- a/src/Calculator/Views/GraphingCalculator/KeyGraphFeaturesPanel.xaml +++ b/src/Calculator/Views/GraphingCalculator/KeyGraphFeaturesPanel.xaml @@ -59,7 +59,7 @@ @@ -194,7 +194,7 @@ Grid.Row="1" Margin="12,12,10,0" Style="{StaticResource KGF_TitleTextBlockStyle}" - FontSize="18" + FontSize="20" AutomationProperties.HeadingLevel="Level1"/>