mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 22:03:11 -07:00
update currency hyperlink changed to a hyperlink button
This commit is contained in:
parent
24caf88d4b
commit
1fe8072e27
1 changed files with 13 additions and 8 deletions
|
@ -614,17 +614,22 @@
|
|||
IsTabStop="False"
|
||||
TabIndex="5"
|
||||
Visibility="Collapsed">
|
||||
<TextBlock x:Name="CurrencyRefreshBlock"
|
||||
Style="{ThemeResource CaptionTextBlockStyle}"
|
||||
<HyperlinkButton x:Name="CurrencyRefreshBlock"
|
||||
Foreground="{ThemeResource SystemControlHyperlinkBaseHighBrush}"
|
||||
Click="CurrencyRefreshButton_Click"
|
||||
AutomationProperties.AccessibilityView="Raw">
|
||||
<Hyperlink Foreground="{ThemeResource SystemControlHyperlinkBaseHighBrush}" Click="CurrencyRefreshButton_Click">
|
||||
<Run x:Uid="RefreshButtonText"/>
|
||||
</Hyperlink>
|
||||
<Run x:Name="Spacing" Text=" "/>
|
||||
<Run x:Name="CurrencySecondaryStatus"
|
||||
<HyperlinkButton.Content>
|
||||
<TextBlock Style="{ThemeResource CaptionTextBlockStyle}">
|
||||
<Underline>
|
||||
<Run x:Uid="RefreshButtonText"/>
|
||||
</Underline>
|
||||
<Run x:Name="Spacing" Text=" "/>
|
||||
<Run x:Name="CurrencySecondaryStatus"
|
||||
FontWeight="SemiBold"
|
||||
Text=""/>
|
||||
</TextBlock>
|
||||
</TextBlock>
|
||||
</HyperlinkButton.Content>
|
||||
</HyperlinkButton>
|
||||
</ContentControl>
|
||||
|
||||
<!-- Offline TextBlock -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue