File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Plugins/Flow.Launcher.Plugin.Program/Views Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
<RowDefinition Height =" 50" />
16
16
</Grid .RowDefinitions>
17
17
<StackPanel Grid.Row=" 0" Orientation =" Horizontal" HorizontalAlignment =" Stretch" >
18
- <StackPanel Orientation =" Vertical" Width =" 250 " >
18
+ <StackPanel Orientation =" Vertical" Width =" Auto " >
19
19
<CheckBox Name =" StartMenuEnabled" IsChecked =" {Binding EnableStartMenuSource}" Margin =" 5" Content =" {DynamicResource flowlauncher_plugin_program_index_start}" ToolTip =" {DynamicResource flowlauncher_plugin_program_index_start_tooltip}" />
20
20
<CheckBox Name =" RegistryEnabled" IsChecked =" {Binding EnableRegistrySource}" Margin =" 5" Content =" {DynamicResource flowlauncher_plugin_program_index_registry}" ToolTip =" {DynamicResource flowlauncher_plugin_program_index_registry_tooltip}" />
21
21
<CheckBox Name =" DescriptionEnabled" IsChecked =" {Binding EnableDescription}" Margin =" 5" Content =" {DynamicResource flowlauncher_plugin_program_enable_description}" ToolTip =" {DynamicResource flowlauncher_plugin_program_enable_description_tooltip}" />
22
22
</StackPanel >
23
- <StackPanel HorizontalAlignment =" Right" Orientation =" Horizontal" >
23
+ <StackPanel HorizontalAlignment =" Right" Orientation =" Horizontal" Width = " Auto " >
24
24
<Button Height =" 31" HorizontalAlignment =" Right" Margin =" 10" Width =" 100" x : Name =" btnLoadAllProgramSource" Click =" btnLoadAllProgramSource_OnClick" Content =" {DynamicResource flowlauncher_plugin_program_all_programs}" />
25
25
<Button Height =" 31" HorizontalAlignment =" Right" Margin =" 10" Width =" 100" x : Name =" btnProgramSuffixes" Click =" BtnProgramSuffixes_OnClick" Content =" {DynamicResource flowlauncher_plugin_program_suffixes}" />
26
26
<Button Height =" 31" HorizontalAlignment =" Right" Margin =" 10" Width =" 100" x : Name =" btnReindex" Click =" btnReindex_Click" Content =" {DynamicResource flowlauncher_plugin_program_reindex}" />
You can’t perform that action at this time.
0 commit comments