remove IsTextSelectionEnabled from DateLabel

This commit is contained in:
Rudy Huyn 2019-03-14 22:06:15 -07:00
commit ee5a96a5c8

View file

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