mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -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 -->
|
<!-- Resulting Date -->
|
||||||
<TextBlock x:Uid="DateLabel"
|
<TextBlock x:Uid="DateLabel"
|
||||||
Grid.Row="8"
|
Grid.Row="8"
|
||||||
Foreground="{ThemeResource SystemControlPageTextBaseMediumBrush}"
|
Foreground="{ThemeResource SystemControlPageTextBaseMediumBrush}"/>
|
||||||
IsTextSelectionEnabled="True"/>
|
|
||||||
|
|
||||||
<TextBlock x:Name="DateResultLabel"
|
<TextBlock x:Name="DateResultLabel"
|
||||||
Grid.Row="9"
|
Grid.Row="9"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue