Adjust installed plugin keyword margin

This commit is contained in:
Jack251970 2025-03-02 11:45:25 +08:00
parent 1681ac470c
commit 31892a0fc8

View file

@ -34,9 +34,10 @@
DockPanel.Dock="Left"
Style="{DynamicResource SettingTitleLabel}"
Text="{DynamicResource actionKeywords}" />
<!-- Here Margin="0 -4.5 0 -4.5" is to remove redundant top bottom margin from Margin="{StaticResource SettingPanelMargin}" -->
<Button
Width="100"
Margin="{StaticResource SettingPanelItemLeftMargin}"
Margin="0 -4.5 0 -4.5"
HorizontalAlignment="Right"
Command="{Binding SetActionKeywordsCommand}"
Content="{Binding ActionKeywordsText}"