File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Plugins/Flow.Launcher.Plugin.Shell Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
d : DesignWidth =" 300"
9
9
Loaded =" CMDSetting_OnLoaded"
10
10
mc : Ignorable =" d" >
11
- <Grid Margin =" 7 ,10" VerticalAlignment =" Top" >
11
+ <Grid Margin =" 60 ,10,10,20 " VerticalAlignment =" Top" >
12
12
<Grid .RowDefinitions>
13
13
<RowDefinition />
14
14
<RowDefinition />
19
19
<CheckBox
20
20
x : Name =" ReplaceWinR"
21
21
Grid.Row=" 0"
22
- Margin =" 10"
22
+ Margin =" 10,10,5,5 "
23
23
HorizontalAlignment =" Left"
24
24
Content =" {DynamicResource flowlauncher_plugin_cmd_relace_winr}" />
25
25
<CheckBox
26
26
x : Name =" LeaveShellOpen"
27
27
Grid.Row=" 1"
28
- Margin =" 10"
28
+ Margin =" 10,5,5,5 "
29
29
HorizontalAlignment =" Left"
30
30
Content =" {DynamicResource flowlauncher_plugin_cmd_leave_cmd_open}" />
31
31
<CheckBox
32
32
x : Name =" AlwaysRunAsAdministrator"
33
33
Grid.Row=" 2"
34
- Margin =" 10"
34
+ Margin =" 10,5,5,5 "
35
35
HorizontalAlignment =" Left"
36
36
Content =" {DynamicResource flowlauncher_plugin_cmd_always_run_as_administrator}" />
37
37
<ComboBox
38
38
x : Name =" ShellComboBox"
39
39
Grid.Row=" 3"
40
- Margin =" 10"
40
+ Margin =" 10,5,5,5 "
41
41
HorizontalAlignment =" Left" >
42
42
<ComboBoxItem >CMD</ComboBoxItem >
43
43
<ComboBoxItem >PowerShell</ComboBoxItem >
46
46
<StackPanel Grid.Row=" 4" Orientation =" Horizontal" >
47
47
<CheckBox
48
48
x : Name =" ShowOnlyMostUsedCMDs"
49
- Margin =" 10,10,0,0 "
49
+ Margin =" 10,5,5,5 "
50
50
Content =" {DynamicResource flowlauncher_plugin_cmd_history}" />
51
51
<ComboBox
52
52
x : Name =" ShowOnlyMostUsedCMDsNumber"
53
- Margin =" 10,10,0,0 "
53
+ Margin =" 10,5,5,5 "
54
54
HorizontalAlignment =" Left" />
55
55
</StackPanel >
56
56
</Grid >
You can’t perform that action at this time.
0 commit comments