Skip to content

Commit 31892a0

Browse files
committed
Adjust installed plugin keyword margin
1 parent 1681ac4 commit 31892a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher/Resources/Controls/InstalledPluginDisplayKeyword.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@
3434
DockPanel.Dock="Left"
3535
Style="{DynamicResource SettingTitleLabel}"
3636
Text="{DynamicResource actionKeywords}" />
37+
<!-- Here Margin="0 -4.5 0 -4.5" is to remove redundant top bottom margin from Margin="{StaticResource SettingPanelMargin}" -->
3738
<Button
3839
Width="100"
39-
Margin="{StaticResource SettingPanelItemLeftMargin}"
40+
Margin="0 -4.5 0 -4.5"
4041
HorizontalAlignment="Right"
4142
Command="{Binding SetActionKeywordsCommand}"
4243
Content="{Binding ActionKeywordsText}"

0 commit comments

Comments
 (0)