mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Clean up #2
This commit is contained in:
parent
a91ca49faa
commit
a4efee2d2a
2 changed files with 3 additions and 5 deletions
|
@ -143,13 +143,11 @@
|
||||||
Foreground="{ThemeResource SystemControlPageTextBaseHighBrush}"
|
Foreground="{ThemeResource SystemControlPageTextBaseHighBrush}"
|
||||||
TextWrapping="Wrap">
|
TextWrapping="Wrap">
|
||||||
<Paragraph>
|
<Paragraph>
|
||||||
<Run x:Name="ContributeRunBeforeLink"/>
|
<Run x:Name="ContributeRunBeforeLink"/><Hyperlink NavigateUri="https://go.microsoft.com/fwlink/?linkid=2099939"
|
||||||
<Hyperlink NavigateUri="https://go.microsoft.com/fwlink/?linkid=2099939"
|
|
||||||
TextDecorations="None"
|
TextDecorations="None"
|
||||||
ToolTipService.ToolTip="https://go.microsoft.com/fwlink/?linkid=2099939">
|
ToolTipService.ToolTip="https://go.microsoft.com/fwlink/?linkid=2099939">
|
||||||
<Run x:Name="ContributeRunLink"/>
|
<Run x:Name="ContributeRunLink"/>
|
||||||
</Hyperlink>
|
</Hyperlink><Run x:Name="ContributeRunAfterLink"/>
|
||||||
<Run x:Name="ContributeRunAfterLink"/>
|
|
||||||
</Paragraph>
|
</Paragraph>
|
||||||
</RichTextBlock>
|
</RichTextBlock>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue