Skip to content

Commit 6d4919f

Browse files
committed
Redesgin settings panel for plugins manager plugin
1 parent 65fb98f commit 6d4919f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Plugins/Flow.Launcher.Plugin.PluginsManager/Views/PluginsManagerSettings.xaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,20 @@
77
d:DesignHeight="450"
88
d:DesignWidth="800"
99
mc:Ignorable="d">
10-
<Grid Margin="70 15 18 15">
10+
<Grid Margin="{StaticResource SettingPanelMargin}">
1111
<Grid.ColumnDefinitions />
1212
<Grid.RowDefinitions>
1313
<RowDefinition Height="auto" />
1414
<RowDefinition Height="auto" />
1515
</Grid.RowDefinitions>
1616
<CheckBox
1717
Grid.Row="0"
18-
Padding="8 0 0 0"
18+
Margin="{StaticResource SettingPanelItemRightTopBottomMargin}"
1919
Content="{DynamicResource plugin_pluginsmanager_plugin_settings_unknown_source}"
2020
IsChecked="{Binding WarnFromUnknownSource}" />
2121
<CheckBox
2222
Grid.Row="1"
23-
Margin="0 10 0 0"
24-
Padding="8 0 0 0"
23+
Margin="{StaticResource SettingPanelItemRightTopBottomMargin}"
2524
Content="{DynamicResource plugin_pluginsmanager_plugin_settings_auto_restart}"
2625
IsChecked="{Binding AutoRestartAfterChanging}" />
2726
</Grid>

0 commit comments

Comments
 (0)