Updated hyperlink button to move CurrencySecondaryStatus text out of the hyperlinkbutton control.

This commit is contained in:
Stephanie Anderl 2019-02-22 20:32:16 -08:00
commit 1dadabdce0

View file

@ -618,10 +618,10 @@
<HyperlinkButton x:Name="CurrencyRefreshBlock"
Foreground="{ThemeResource SystemControlHyperlinkBaseHighBrush}"
Click="CurrencyRefreshButton_Click"
AutomationProperties.AccessibilityView="Raw">
<Underline x:Uid="RefreshButtonText"/>
AutomationProperties.AccessibilityView="Control"
x:Uid="RefreshButtonText">
</HyperlinkButton>
<TextBlock Style="{ThemeResource CaptionTextBlockStyle}">
<TextBlock Style="{ThemeResource CaptionTextBlockStyle}" Margin="0, 7, 0, 0">
<Run x:Name="Spacing" Text="&#x200A;"/>
<Run x:Name="CurrencySecondaryStatus"
FontWeight="SemiBold"