mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-14 02:26:50 -07:00
Merge e1dad8073c
into be6eee0328
This commit is contained in:
commit
6d334fce33
1 changed files with 5 additions and 1 deletions
|
@ -59,7 +59,11 @@
|
|||
FontSize="12"
|
||||
AutomationProperties.Name="{utils:ResourceString Name=TitleBarBackButton/[using:Windows.UI.Xaml.Automation]AutomationProperties/Name}"
|
||||
Click="BackButton_Click"
|
||||
Content=""/>
|
||||
Content="">
|
||||
<Button.KeyboardAccelerators>
|
||||
<KeyboardAccelerator Key="Left" Modifiers="Menu"/>
|
||||
</Button.KeyboardAccelerators>
|
||||
</Button>
|
||||
|
||||
<Grid Grid.Row="1"
|
||||
Height="{StaticResource HamburgerHeight}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue