mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-07 09:28:03 +08:00
[Settings V2] Release notes link + minor styling fixes (#2176)
* Added release notes link * Minor styling fixes
This commit is contained in:
parent
13a8ac3e50
commit
2cfcad6a50
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
<ToggleSwitch Header="Run at startup" x:Name="ToggleSwitch_RunAtStartUp" Margin="{StaticResource SmallTopMargin}" Toggled="ToggleSwitch_RunAtStartUp_Toggled" />
|
<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_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_Light" Content="Light" Tag="Light" Checked="Theme_Changed"/>
|
||||||
<RadioButton x:Name="Radio_Theme_Default" Content="System default" Tag="System" Checked="Theme_Changed"/>
|
<RadioButton x:Name="Radio_Theme_Default" Content="System default" Tag="System" Checked="Theme_Changed"/>
|
||||||
@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
<Button
|
<Button
|
||||||
Content="Restart as admin"
|
Content="Restart as admin"
|
||||||
Margin="{StaticResource SmallTopMargin}"
|
Margin="{StaticResource MediumTopMargin}"
|
||||||
Style="{StaticResource AccentButtonStyle}"
|
Style="{StaticResource AccentButtonStyle}"
|
||||||
Click="Restart_Elevated" />
|
Click="Restart_Elevated" />
|
||||||
|
|
||||||
@ -89,16 +89,18 @@
|
|||||||
Text="Version 0.15.2"
|
Text="Version 0.15.2"
|
||||||
FontWeight="Bold"
|
FontWeight="Bold"
|
||||||
Margin="{StaticResource SmallTopMargin}" />
|
Margin="{StaticResource SmallTopMargin}" />
|
||||||
|
<HyperlinkButton
|
||||||
|
Content="Release notes"
|
||||||
|
NavigateUri="https://github.com/microsoft/PowerToys/releases" />
|
||||||
<Button
|
<Button
|
||||||
Content="Check for updates"
|
Content="Check for updates"
|
||||||
Margin="{StaticResource SmallTopMargin}"
|
Margin="{StaticResource SmallTopMargin}"
|
||||||
Style="{StaticResource AccentButtonStyle}"
|
Style="{StaticResource AccentButtonStyle}"
|
||||||
Click="CheckForUpdates_Click" />
|
Click="CheckForUpdates_Click" />
|
||||||
|
|
||||||
<HyperlinkButton
|
<HyperlinkButton
|
||||||
Content="Report a bug"
|
Content="Report a bug"
|
||||||
NavigateUri="https://github.com/microsoft/PowerToys/issues"
|
NavigateUri="https://github.com/microsoft/PowerToys/issues"
|
||||||
Margin="{StaticResource SmallTopMargin}" />
|
Margin="{StaticResource MediumTopMargin}" />
|
||||||
<HyperlinkButton
|
<HyperlinkButton
|
||||||
Content="Request a feature"
|
Content="Request a feature"
|
||||||
NavigateUri="https://github.com/microsoft/PowerToys/issues"/>
|
NavigateUri="https://github.com/microsoft/PowerToys/issues"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user