Skip to content

Commit 4334d28

Browse files
Change UI
1 parent afa0155 commit 4334d28

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

Plugins/Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<StackPanel Width="Auto" Orientation="Horizontal">
2323
<CheckBox
2424
Name="StartMenuEnabled"
25-
Width="220"
2625
Margin="70,8,10,8"
2726
Content="{DynamicResource flowlauncher_plugin_program_index_start}"
2827
IsChecked="{Binding EnableStartMenuSource}"
@@ -33,6 +32,12 @@
3332
Content="{DynamicResource flowlauncher_plugin_program_index_registry}"
3433
IsChecked="{Binding EnableRegistrySource}"
3534
ToolTip="{DynamicResource flowlauncher_plugin_program_index_registry_tooltip}" />
35+
<CheckBox
36+
Name="PATHEnabled"
37+
Margin="70,8,10,8"
38+
Content="{DynamicResource flowlauncher_plugin_program_index_PATH}"
39+
IsChecked="{Binding EnablePATHSource}"
40+
ToolTip="{DynamicResource flowlauncher_plugin_program_index_PATH_tooltip}" />
3641
</StackPanel>
3742

3843
<Separator
@@ -42,7 +47,6 @@
4247
<StackPanel Width="Auto" Orientation="Horizontal">
4348
<CheckBox
4449
Name="HideLnkEnabled"
45-
Width="220"
4650
Margin="70,8,10,8"
4751
Content="{DynamicResource flowlauncher_plugin_program_enable_hidelnkpath}"
4852
IsChecked="{Binding HideAppsPath}"
@@ -54,19 +58,6 @@
5458
IsChecked="{Binding EnableDescription}"
5559
ToolTip="{DynamicResource flowlauncher_plugin_program_enable_description_tooltip}" />
5660
</StackPanel>
57-
58-
<Separator
59-
Height="1"
60-
BorderBrush="{DynamicResource Color03B}"
61-
BorderThickness="1" />
62-
<StackPanel Width="Auto" Orientation="Horizontal">
63-
<CheckBox
64-
Name="PATHEnabled"
65-
Margin="70,8,10,8"
66-
Content="{DynamicResource flowlauncher_plugin_program_index_PATH}"
67-
IsChecked="{Binding EnablePATHSource}"
68-
ToolTip="{DynamicResource flowlauncher_plugin_program_index_PATH_tooltip}" />
69-
</StackPanel>
7061
</StackPanel>
7162
<StackPanel
7263
Width="Auto"

0 commit comments

Comments
 (0)