Replaces invalid backspace character with the one used everywhere else. It's not part of the font.

This commit is contained in:
Jeremie Thibeault 2019-05-24 14:57:21 -04:00
commit bf57ea9c84

View file

@ -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>