From 9b9c9fb7eeb7634fee2f065853d8a6ec5d5065fe Mon Sep 17 00:00:00 2001 From: Rudy Huyn Date: Thu, 9 Jan 2020 13:33:09 -0800 Subject: [PATCH] Fix function symbols in RtoL (#914) --- .../Views/GraphingCalculator/EquationInputArea.xaml | 1 + .../GraphingCalculator/KeyGraphFeaturesPanel.xaml | 10 ++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/Calculator/Views/GraphingCalculator/EquationInputArea.xaml b/src/Calculator/Views/GraphingCalculator/EquationInputArea.xaml index a083999..bf028dc 100644 --- a/src/Calculator/Views/GraphingCalculator/EquationInputArea.xaml +++ b/src/Calculator/Views/GraphingCalculator/EquationInputArea.xaml @@ -374,6 +374,7 @@ HorizontalAlignment="Center" VerticalAlignment="Center" Background="Transparent" + FlowDirection="LeftToRight" Orientation="Horizontal"> - - + + + +