mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Added two new uids keys for the left and right scroll buttons for the calculation result.
This commit is contained in:
parent
d512daad3e
commit
25a0b7d9a5
2 changed files with 10 additions and 2 deletions
|
@ -400,7 +400,7 @@
|
||||||
TextWrapping="NoWrap"/>
|
TextWrapping="NoWrap"/>
|
||||||
</ScrollViewer>
|
</ScrollViewer>
|
||||||
<HyperlinkButton x:Name="ScrollLeft"
|
<HyperlinkButton x:Name="ScrollLeft"
|
||||||
x:Uid="ScrollLeft"
|
x:Uid="CalculationResultScrollLeft"
|
||||||
Grid.Column="0"
|
Grid.Column="0"
|
||||||
Width="20"
|
Width="20"
|
||||||
MinWidth="20"
|
MinWidth="20"
|
||||||
|
@ -420,7 +420,7 @@
|
||||||
Glyph=""/>
|
Glyph=""/>
|
||||||
</HyperlinkButton>
|
</HyperlinkButton>
|
||||||
<HyperlinkButton x:Name="ScrollRight"
|
<HyperlinkButton x:Name="ScrollRight"
|
||||||
x:Uid="ScrollRight"
|
x:Uid="CalculationResultScrollRight"
|
||||||
Grid.Column="2"
|
Grid.Column="2"
|
||||||
Width="20"
|
Width="20"
|
||||||
MinWidth="20"
|
MinWidth="20"
|
||||||
|
|
|
@ -3387,4 +3387,12 @@
|
||||||
<value>Pyeong</value>
|
<value>Pyeong</value>
|
||||||
<comment>A measurement unit for area.</comment>
|
<comment>A measurement unit for area.</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
|
<value>Scroll Calculation Result Left</value>
|
||||||
|
<comment>Automation label for the "Scroll Left" button that appears when a calculation result is too large to fit in calculation result text box.</comment>
|
||||||
|
</data>
|
||||||
|
<data name="CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
|
<value>Scroll Calculation Result Right</value>
|
||||||
|
<comment>Automation label for the "Scroll Right" button that appears when a calculation result is too large to fit in calculation result text box.</comment>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
Loading…
Add table
Add a link
Reference in a new issue