[Settings V2] Release notes link + minor styling fixes (#2176)

* Added release notes link

* Minor styling fixes
This commit is contained in:
Niels Laute 2020-04-17 01:19:52 +02:00 committed by GitHub
parent 13a8ac3e50
commit 2cfcad6a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@
<ToggleSwitch Header="Run at startup" x:Name="ToggleSwitch_RunAtStartUp" Margin="{StaticResource SmallTopMargin}" Toggled="ToggleSwitch_RunAtStartUp_Toggled" />
<muxc:RadioButtons Header="Theme" Margin="{StaticResource SmallTopMargin}">
<muxc:RadioButtons Header="Theme" Margin="{StaticResource MediumTopMargin}">
<RadioButton x:Name="Radio_Theme_Dark" Content="Dark" Tag="Dark" Checked="Theme_Changed"/>
<RadioButton x:Name="Radio_Theme_Light" Content="Light" Tag="Light" Checked="Theme_Changed"/>
<RadioButton x:Name="Radio_Theme_Default" Content="System default" Tag="System" Checked="Theme_Changed"/>
@ -58,7 +58,7 @@
<Button
Content="Restart as admin"
Margin="{StaticResource SmallTopMargin}"
Margin="{StaticResource MediumTopMargin}"
Style="{StaticResource AccentButtonStyle}"
Click="Restart_Elevated" />
@ -89,16 +89,18 @@
Text="Version 0.15.2"
FontWeight="Bold"
Margin="{StaticResource SmallTopMargin}" />
<HyperlinkButton
Content="Release notes"
NavigateUri="https://github.com/microsoft/PowerToys/releases" />
<Button
Content="Check for updates"
Margin="{StaticResource SmallTopMargin}"
Style="{StaticResource AccentButtonStyle}"
Click="CheckForUpdates_Click" />
<HyperlinkButton
Content="Report a bug"
NavigateUri="https://github.com/microsoft/PowerToys/issues"
Margin="{StaticResource SmallTopMargin}" />
Margin="{StaticResource MediumTopMargin}" />
<HyperlinkButton
Content="Request a feature"
NavigateUri="https://github.com/microsoft/PowerToys/issues"/>