mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
remove IsTextSelectionEnabled
from DateLabel
This commit is contained in:
parent
79c9d50adc
commit
ee5a96a5c8
1 changed files with 1 additions and 2 deletions
|
@ -595,8 +595,7 @@
|
|||
<!-- Resulting Date -->
|
||||
<TextBlock x:Uid="DateLabel"
|
||||
Grid.Row="8"
|
||||
Foreground="{ThemeResource SystemControlPageTextBaseMediumBrush}"
|
||||
IsTextSelectionEnabled="True"/>
|
||||
Foreground="{ThemeResource SystemControlPageTextBaseMediumBrush}"/>
|
||||
|
||||
<TextBlock x:Name="DateResultLabel"
|
||||
Grid.Row="9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue