mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Updated hyperlink button to move CurrencySecondaryStatus text out of the hyperlinkbutton control.
This commit is contained in:
parent
5cd77c03c9
commit
1dadabdce0
1 changed files with 3 additions and 3 deletions
|
@ -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=" "/>
|
<Run x:Name="Spacing" Text=" "/>
|
||||||
<Run x:Name="CurrencySecondaryStatus"
|
<Run x:Name="CurrencySecondaryStatus"
|
||||||
FontWeight="SemiBold"
|
FontWeight="SemiBold"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue