Tweaked the vertical spacing of the module description so the module toggle switch stands out a bit more.

This commit is contained in:
Niels Laute
2020-05-05 22:58:48 +02:00
parent e66e5e6f6e
commit 3f6120e122
7 changed files with 9 additions and 8 deletions

View File

@@ -121,7 +121,7 @@
<ToggleSwitch x:Uid="KeyboardManager_EnableToggle"
IsOn="{x:Bind Path=ViewModel.Enabled, Mode=TwoWay}"
Margin="{StaticResource SmallTopMargin}" />
Margin="{StaticResource MediumTopMargin}" />
<!--<TextBlock x:Uid="KeyboardManager_ConfigHeader"
Style="{StaticResource SettingsGroupTitleStyle}"/>