Added support for small windows in the graphing calculator (#803)
* Add support of small windows * remove extra space * Modify how we manage the tooltip * Fix merge issues
This commit is contained in:
@@ -3698,4 +3698,24 @@
|
||||
<value>Unable to calculate the range for this function.</value>
|
||||
<comment>Error displayed when Range is not returned from the analyzer.</comment>
|
||||
</data>
|
||||
</root>
|
||||
<data name="GraphSwitchToEquationMode" xml:space="preserve">
|
||||
<value>Switch to equation mode</value>
|
||||
<comment>Used in Graphing Calculator to switch the view to the equation mode</comment>
|
||||
</data>
|
||||
<data name="GraphSwitchToGraphMode" xml:space="preserve">
|
||||
<value>Switch to graph mode</value>
|
||||
<comment>Used in Graphing Calculator to switch the view to the graph mode</comment>
|
||||
</data>
|
||||
<data name="SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>Switch to equation mode</value>
|
||||
<comment>Used in Graphing Calculator to switch the view to the equation mode</comment>
|
||||
</data>
|
||||
<data name="GraphSwitchedToEquationModeAnnouncement" xml:space="preserve">
|
||||
<value>Current mode is equation mode</value>
|
||||
<comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>
|
||||
</data>
|
||||
<data name="GraphSwitchedToGraphModeAnnouncement" xml:space="preserve">
|
||||
<value>Current mode is graph mode</value>
|
||||
<comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>
|
||||
</data>
|
||||
</root>
|
Reference in New Issue
Block a user