mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Formatting
This commit is contained in:
parent
a98628261d
commit
5bed302091
1 changed files with 5 additions and 5 deletions
|
@ -618,11 +618,11 @@
|
||||||
Visibility="Collapsed">
|
Visibility="Collapsed">
|
||||||
<StackPanel Orientation="Horizontal">
|
<StackPanel Orientation="Horizontal">
|
||||||
<HyperlinkButton x:Name="CurrencyRefreshBlock"
|
<HyperlinkButton x:Name="CurrencyRefreshBlock"
|
||||||
Foreground="{ThemeResource SystemControlHyperlinkBaseHighBrush}"
|
x:Uid="RefreshButtonText"
|
||||||
Click="CurrencyRefreshButton_Click"
|
Foreground="{ThemeResource SystemControlHyperlinkBaseHighBrush}"
|
||||||
x:Uid="RefreshButtonText"/>
|
Click="CurrencyRefreshButton_Click"/>
|
||||||
<TextBlock Style="{ThemeResource CaptionTextBlockStyle}" Margin="0, 7, 0, 0">
|
<TextBlock Margin="0,7,0,0" Style="{ThemeResource CaptionTextBlockStyle}">
|
||||||
<Run x:Name="Spacing" Text=" "/>
|
<Run x:Name="Spacing" Text=" "/>
|
||||||
<Run x:Name="CurrencySecondaryStatus"
|
<Run x:Name="CurrencySecondaryStatus"
|
||||||
FontWeight="SemiBold"
|
FontWeight="SemiBold"
|
||||||
Text=""/>
|
Text=""/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue