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