From c3414ea9c9010fc34bf7fac0738094e5339f9a89 Mon Sep 17 00:00:00 2001
From: Stephanie Anderl <46726333+sanderl@users.noreply.github.com>
Date: Wed, 8 Jan 2020 14:56:44 -0800
Subject: [PATCH] Change Calculator app name back to Calculator and add more
margin to the preview tag for graphing mode (#909)
---
src/Calculator/Resources/en-US/Resources.resw | 4 ++--
src/Calculator/Views/MainPage.xaml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/Calculator/Resources/en-US/Resources.resw b/src/Calculator/Resources/en-US/Resources.resw
index 83cff66..81d32cf 100644
--- a/src/Calculator/Resources/en-US/Resources.resw
+++ b/src/Calculator/Resources/en-US/Resources.resw
@@ -118,7 +118,7 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- Graphing Calculator
+ Calculator
{@Appx_ShortDisplayName@}{StringCategory="Feature Title"} This is the title of the official application when published through Windows Store.
@@ -4258,4 +4258,4 @@
Enter an equation
this is the placeholder text used by the textbox to enter an equation
-
+
\ No newline at end of file
diff --git a/src/Calculator/Views/MainPage.xaml b/src/Calculator/Views/MainPage.xaml
index 0a7b7cd..9f453cc 100644
--- a/src/Calculator/Views/MainPage.xaml
+++ b/src/Calculator/Views/MainPage.xaml
@@ -36,7 +36,7 @@
-
+
@@ -177,7 +177,7 @@
Style="{StaticResource SubtitleTextBlockStyle}"
Text="{x:Bind Model.CategoryName, Mode=OneWay}"
Visibility="{x:Bind Model.IsAlwaysOnTop, Converter={StaticResource BooleanToVisibilityNegationConverter}, Mode=OneWay}"/>
-