Skip to content

Commit 68f7b62

Browse files
committed
Fix width and margin in setting panel
1 parent 44ad866 commit 68f7b62

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

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

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,21 @@
77
d:DesignHeight="450"
88
d:DesignWidth="800"
99
mc:Ignorable="d">
10-
<Grid Margin="70,15,0,15">
11-
<Grid.ColumnDefinitions>
12-
<ColumnDefinition Width="400" />
13-
<ColumnDefinition Width="*" />
14-
</Grid.ColumnDefinitions>
10+
<Grid Margin="70 15 18 15">
11+
<Grid.ColumnDefinitions />
1512
<Grid.RowDefinitions>
1613
<RowDefinition Height="auto" />
1714
<RowDefinition Height="auto" />
1815
</Grid.RowDefinitions>
1916
<CheckBox
20-
Grid.Column="0"
2117
Grid.Row="0"
22-
Padding="8,0,0,0"
18+
Padding="8 0 0 0"
2319
Content="{DynamicResource plugin_pluginsmanager_plugin_settings_unknown_source}"
2420
IsChecked="{Binding WarnFromUnknownSource}" />
2521
<CheckBox
26-
Grid.Column="0"
2722
Grid.Row="1"
28-
Margin="0,20,0,0"
29-
Padding="8,0,0,0"
23+
Margin="0 10 0 0"
24+
Padding="8 0 0 0"
3025
Content="{DynamicResource plugin_pluginsmanager_plugin_settings_auto_restart}"
3126
IsChecked="{Binding AutoRestartAfterChanging}" />
3227
</Grid>

0 commit comments

Comments
 (0)