File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Plugins/Flow.Launcher.Plugin.Program/Views Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 67
67
Text =" {DynamicResource flowlauncher_plugin_program_index_option}" />
68
68
<WrapPanel
69
69
Width =" Auto"
70
- Margin =" {StaticResource SettingPanelItemTopBottomMargin}"
71
70
HorizontalAlignment =" Right"
72
71
DockPanel.Dock=" Right" >
73
72
<CheckBox
74
- Margin =" {StaticResource SettingPanelItemRightMargin }"
73
+ Margin =" {StaticResource SettingPanelItemRightTopBottomMargin }"
75
74
Content =" {DynamicResource flowlauncher_plugin_program_enable_hidelnkpath}"
76
75
IsChecked =" {Binding HideAppsPath}"
77
76
ToolTip =" {DynamicResource flowlauncher_plugin_program_enable_hidelnkpath_tooltip}" />
78
77
<CheckBox
79
- Margin =" {StaticResource SettingPanelItemRightMargin }"
78
+ Margin =" {StaticResource SettingPanelItemRightTopBottomMargin }"
80
79
Content =" {DynamicResource flowlauncher_plugin_program_enable_hideuninstallers}"
81
80
IsChecked =" {Binding HideUninstallers}"
82
81
ToolTip =" {DynamicResource flowlauncher_plugin_program_enable_hideuninstallers_tooltip}" />
83
82
<CheckBox
84
- Margin =" {StaticResource SettingPanelItemRightMargin }"
83
+ Margin =" {StaticResource SettingPanelItemRightTopBottomMargin }"
85
84
Content =" {DynamicResource flowlauncher_plugin_program_enable_description}"
86
85
IsChecked =" {Binding EnableDescription}"
87
86
ToolTip =" {DynamicResource flowlauncher_plugin_program_enable_description_tooltip}" />
You can’t perform that action at this time.
0 commit comments