Margin fixes

This commit is contained in:
Niels Laute
2021-07-22 13:49:17 +02:00
parent 468709b488
commit eb8a9bb836
16 changed files with 25 additions and 19 deletions

View File

@@ -161,7 +161,7 @@
<RadioButton x:Uid="Radio_Theme_Default"
IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.EnablePowerLauncher}"
IsChecked="{Binding Mode=TwoWay, Path=IsSystemThemeRadioButtonChecked}" />
<HyperlinkButton Click="OpenColorsSettings_Click"
<HyperlinkButton Click="OpenColorsSettings_Click" Margin="-12,0,0,0"
IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.EnablePowerLauncher}">
<TextBlock x:Uid="Windows_Color_Settings" />
</HyperlinkButton>