mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Fixed display of history
This commit is contained in:
parent
c77a60420f
commit
025eda9889
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
|||
win:ContextFlyout="{StaticResource HistoryContextMenu}">
|
||||
<TextBlock x:Name="ExprTextBlock"
|
||||
Margin="0,0,0,4"
|
||||
HorizontalAlignment="Right"
|
||||
HorizontalAlignment="Stretch"
|
||||
Style="{ThemeResource BodyTextBlockMediumStyle}"
|
||||
AutomationProperties.Name="{x:Bind AccExpression}"
|
||||
IsTextSelectionEnabled="True"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue