Skip to content

Commit 62677bc

Browse files
committed
Fix program plugin settings panel top bottom margin issue
1 parent e1c4461 commit 62677bc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,20 @@
6767
Text="{DynamicResource flowlauncher_plugin_program_index_option}" />
6868
<WrapPanel
6969
Width="Auto"
70-
Margin="{StaticResource SettingPanelItemTopBottomMargin}"
7170
HorizontalAlignment="Right"
7271
DockPanel.Dock="Right">
7372
<CheckBox
74-
Margin="{StaticResource SettingPanelItemRightMargin}"
73+
Margin="{StaticResource SettingPanelItemRightTopBottomMargin}"
7574
Content="{DynamicResource flowlauncher_plugin_program_enable_hidelnkpath}"
7675
IsChecked="{Binding HideAppsPath}"
7776
ToolTip="{DynamicResource flowlauncher_plugin_program_enable_hidelnkpath_tooltip}" />
7877
<CheckBox
79-
Margin="{StaticResource SettingPanelItemRightMargin}"
78+
Margin="{StaticResource SettingPanelItemRightTopBottomMargin}"
8079
Content="{DynamicResource flowlauncher_plugin_program_enable_hideuninstallers}"
8180
IsChecked="{Binding HideUninstallers}"
8281
ToolTip="{DynamicResource flowlauncher_plugin_program_enable_hideuninstallers_tooltip}" />
8382
<CheckBox
84-
Margin="{StaticResource SettingPanelItemRightMargin}"
83+
Margin="{StaticResource SettingPanelItemRightTopBottomMargin}"
8584
Content="{DynamicResource flowlauncher_plugin_program_enable_description}"
8685
IsChecked="{Binding EnableDescription}"
8786
ToolTip="{DynamicResource flowlauncher_plugin_program_enable_description_tooltip}" />

0 commit comments

Comments
 (0)