We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bcde06 commit 3b0242cCopy full SHA for 3b0242c
Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml
@@ -51,7 +51,10 @@
51
</ui:SettingsExpander.Items>
52
</ui:SettingsExpander>
53
54
- <ui:SettingsCard Description="{DynamicResource alwaysRunAsAdministratorToolTip}" Header="{DynamicResource alwaysRunAsAdministrator}">
+ <ui:SettingsCard
55
+ Margin="0 4 0 0"
56
+ Description="{DynamicResource alwaysRunAsAdministratorToolTip}"
57
+ Header="{DynamicResource alwaysRunAsAdministrator}">
58
<ui:SettingsCard.HeaderIcon>
59
<ui:FontIcon Glyph="" />
60
</ui:SettingsCard.HeaderIcon>
0 commit comments