Skip to content

Commit 276c6ed

Browse files
committed
Fix overlapping layout
Signed-off-by: Florian Grabmeier <[email protected]>
1 parent 80bed38 commit 276c6ed

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Plugins/Flow.Launcher.Plugin.Shell/ShellSetting.xaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<RowDefinition />
1616
<RowDefinition />
1717
<RowDefinition />
18+
<RowDefinition />
1819
</Grid.RowDefinitions>
1920
<CheckBox
2021
x:Name="ReplaceWinR"
@@ -30,27 +31,27 @@
3031
Content="{DynamicResource flowlauncher_plugin_cmd_close_cmd_after_press}" />
3132
<CheckBox
3233
x:Name="LeaveShellOpen"
33-
Grid.Row="1"
34+
Grid.Row="2"
3435
Margin="10,5,5,5"
3536
HorizontalAlignment="Left"
3637
Content="{DynamicResource flowlauncher_plugin_cmd_leave_cmd_open}" />
3738
<CheckBox
3839
x:Name="AlwaysRunAsAdministrator"
39-
Grid.Row="2"
40+
Grid.Row="3"
4041
Margin="10,5,5,5"
4142
HorizontalAlignment="Left"
4243
Content="{DynamicResource flowlauncher_plugin_cmd_always_run_as_administrator}" />
4344
<ComboBox
4445
x:Name="ShellComboBox"
45-
Grid.Row="3"
46+
Grid.Row="4"
4647
Margin="10,5,5,5"
4748
HorizontalAlignment="Left">
4849
<ComboBoxItem>CMD</ComboBoxItem>
4950
<ComboBoxItem>PowerShell</ComboBoxItem>
5051
<ComboBoxItem>Pwsh</ComboBoxItem>
5152
<ComboBoxItem>RunCommand</ComboBoxItem>
5253
</ComboBox>
53-
<StackPanel Grid.Row="4" Orientation="Horizontal">
54+
<StackPanel Grid.Row="5" Orientation="Horizontal">
5455
<CheckBox
5556
x:Name="ShowOnlyMostUsedCMDs"
5657
Margin="10,5,5,5"

0 commit comments

Comments
 (0)