High Contrast support for Graphing Calculator (#878)
* Equation Control - High contrast * tweak * Update graph colors when users switch from one high contrast mode to another * decrease opacity of reveal borders
This commit is contained in:
@@ -1109,9 +1109,9 @@
|
||||
<value>Delete</value>
|
||||
<comment>Text string for the Calculator Delete swipe button in the History list</comment>
|
||||
</data>
|
||||
<data name="CopyHistoryMenuItem.Text" xml:space="preserve">
|
||||
<value>Copy</value>
|
||||
<comment>Text string for the Calculator Copy option in the History list context menu</comment>
|
||||
<data name="CopyHistoryMenuItem.Text" xml:space="preserve">
|
||||
<value>Copy</value>
|
||||
<comment>Text string for the Calculator Copy option in the History list context menu</comment>
|
||||
</data>
|
||||
<data name="DeleteHistoryMenuItem.Text" xml:space="preserve">
|
||||
<value>Delete</value>
|
||||
@@ -3517,7 +3517,7 @@
|
||||
</data>
|
||||
<data name="CalculationFailed" xml:space="preserve">
|
||||
<value>Calculation failed</value>
|
||||
<comment>Text displayed when the application is not able to do a calculation</comment>
|
||||
<comment>Text displayed when the application is not able to do a calculation</comment>
|
||||
</data>
|
||||
<data name="logBaseX.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>Log base X</value>
|
||||
@@ -4110,7 +4110,7 @@
|
||||
<value>Back</value>
|
||||
<comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>
|
||||
</data>
|
||||
<data name="equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<data name="equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>Back</value>
|
||||
<comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>
|
||||
</data>
|
||||
@@ -4206,4 +4206,8 @@
|
||||
<value>Enter an equation</value>
|
||||
<comment>Used in the Graphing Calculator to indicate to users that they can enter an equation in the textbox</comment>
|
||||
</data>
|
||||
</root>
|
||||
<data name="mathRichEditBox.PlaceholderText" xml:space="preserve">
|
||||
<value>Enter an equation</value>
|
||||
<comment>this is the placeholder text used by the textbox to enter an equation</comment>
|
||||
</data>
|
||||
</root>
|
Reference in New Issue
Block a user