mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -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"
|
IsTabStop="False"
|
||||||
TabIndex="5"
|
TabIndex="5"
|
||||||
Visibility="Collapsed">
|
Visibility="Collapsed">
|
||||||
<TextBlock x:Name="CurrencyRefreshBlock"
|
<HyperlinkButton x:Name="CurrencyRefreshBlock"
|
||||||
Style="{ThemeResource CaptionTextBlockStyle}"
|
Foreground="{ThemeResource SystemControlHyperlinkBaseHighBrush}"
|
||||||
|
Click="CurrencyRefreshButton_Click"
|
||||||
AutomationProperties.AccessibilityView="Raw">
|
AutomationProperties.AccessibilityView="Raw">
|
||||||
<Hyperlink Foreground="{ThemeResource SystemControlHyperlinkBaseHighBrush}" Click="CurrencyRefreshButton_Click">
|
<HyperlinkButton.Content>
|
||||||
|
<TextBlock Style="{ThemeResource CaptionTextBlockStyle}">
|
||||||
|
<Underline>
|
||||||
<Run x:Uid="RefreshButtonText"/>
|
<Run x:Uid="RefreshButtonText"/>
|
||||||
</Hyperlink>
|
</Underline>
|
||||||
<Run x:Name="Spacing" Text=" "/>
|
<Run x:Name="Spacing" Text=" "/>
|
||||||
<Run x:Name="CurrencySecondaryStatus"
|
<Run x:Name="CurrencySecondaryStatus"
|
||||||
FontWeight="SemiBold"
|
FontWeight="SemiBold"
|
||||||
Text=""/>
|
Text=""/>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
|
</HyperlinkButton.Content>
|
||||||
|
</HyperlinkButton>
|
||||||
</ContentControl>
|
</ContentControl>
|
||||||
|
|
||||||
<!-- Offline TextBlock -->
|
<!-- Offline TextBlock -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue