[Settings] Make images clickable and fix issue with Power Preview settings image (#8710)

* Hopefully I have got this right

* Add a more descriptive Uid
This commit is contained in:
Alan Ninan Thomas
2021-01-05 00:21:05 +05:30
committed by GitHub
parent d82c083076
commit 93bdb819ca
10 changed files with 73 additions and 19 deletions

View File

@@ -170,14 +170,16 @@
HorizontalAlignment="Left"
Margin="{StaticResource SmallTopBottomMargin}"
RelativePanel.Below="DescriptionPanel">
<Image x:Uid="PowerToys_Icon" Source="ms-appx:///Assets/Modules/PT.png"/>
<HyperlinkButton x:Uid="GeneralPage_ImageHyperlinkToDocs">
<Image x:Uid="PowerToys_Icon" Source="ms-appx:///Assets/Modules/PT.png"/>
</HyperlinkButton>
</Border>
<StackPanel x:Name="LinksPanel"
Margin="0,1,0,0"
RelativePanel.Below="AboutImage"
Orientation="Vertical" >
<HyperlinkButton NavigateUri="https://github.com/microsoft/PowerToys/">
<HyperlinkButton x:Uid="GeneralPage_ImageHyperlinkToDocs">
<TextBlock x:Uid="General_Repository"/>
</HyperlinkButton>