mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-23 06:25:19 -07:00
Replaces invalid backspace character with the one used everywhere else. It's not part of the font.
This commit is contained in:
parent
00ecbbf090
commit
bf57ea9c84
1 changed files with 1 additions and 2 deletions
|
@ -698,10 +698,9 @@
|
||||||
x:Uid="backSpaceButton"
|
x:Uid="backSpaceButton"
|
||||||
Grid.Column="1"
|
Grid.Column="1"
|
||||||
Style="{StaticResource SymbolOperatorButtonStyle}"
|
Style="{StaticResource SymbolOperatorButtonStyle}"
|
||||||
FontFamily="{ThemeResource SymbolThemeFontFamily}"
|
|
||||||
FontSize="16"
|
FontSize="16"
|
||||||
ButtonId="Backspace"
|
ButtonId="Backspace"
|
||||||
Content=""
|
Content=""
|
||||||
TabIndex="8"/>
|
TabIndex="8"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue