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 1515 <RowDefinition Height =" 50" />
1616 </Grid .RowDefinitions>
1717 <StackPanel Grid.Row=" 0" Orientation =" Horizontal" HorizontalAlignment =" Stretch" >
18- <StackPanel Orientation =" Vertical" Width =" 250 " >
18+ <StackPanel Orientation =" Vertical" Width =" Auto " >
1919 <CheckBox Name =" StartMenuEnabled" IsChecked =" {Binding EnableStartMenuSource}" Margin =" 5" Content =" {DynamicResource flowlauncher_plugin_program_index_start}" ToolTip =" {DynamicResource flowlauncher_plugin_program_index_start_tooltip}" />
2020 <CheckBox Name =" RegistryEnabled" IsChecked =" {Binding EnableRegistrySource}" Margin =" 5" Content =" {DynamicResource flowlauncher_plugin_program_index_registry}" ToolTip =" {DynamicResource flowlauncher_plugin_program_index_registry_tooltip}" />
2121 <CheckBox Name =" DescriptionEnabled" IsChecked =" {Binding EnableDescription}" Margin =" 5" Content =" {DynamicResource flowlauncher_plugin_program_enable_description}" ToolTip =" {DynamicResource flowlauncher_plugin_program_enable_description_tooltip}" />
2222 </StackPanel >
23- <StackPanel HorizontalAlignment =" Right" Orientation =" Horizontal" >
23+ <StackPanel HorizontalAlignment =" Right" Orientation =" Horizontal" Width = " Auto " >
2424 <Button Height =" 31" HorizontalAlignment =" Right" Margin =" 10" Width =" 100" x : Name =" btnLoadAllProgramSource" Click =" btnLoadAllProgramSource_OnClick" Content =" {DynamicResource flowlauncher_plugin_program_all_programs}" />
2525 <Button Height =" 31" HorizontalAlignment =" Right" Margin =" 10" Width =" 100" x : Name =" btnProgramSuffixes" Click =" BtnProgramSuffixes_OnClick" Content =" {DynamicResource flowlauncher_plugin_program_suffixes}" />
2626 <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