We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1681ac4 commit 31892a0Copy full SHA for 31892a0
Flow.Launcher/Resources/Controls/InstalledPluginDisplayKeyword.xaml
@@ -34,9 +34,10 @@
34
DockPanel.Dock="Left"
35
Style="{DynamicResource SettingTitleLabel}"
36
Text="{DynamicResource actionKeywords}" />
37
+ <!-- Here Margin="0 -4.5 0 -4.5" is to remove redundant top bottom margin from Margin="{StaticResource SettingPanelMargin}" -->
38
<Button
39
Width="100"
- Margin="{StaticResource SettingPanelItemLeftMargin}"
40
+ Margin="0 -4.5 0 -4.5"
41
HorizontalAlignment="Right"
42
Command="{Binding SetActionKeywordsCommand}"
43
Content="{Binding ActionKeywordsText}"
0 commit comments