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.
2 parents c4402c6 + 6d2c7b0 commit 34f2b7dCopy full SHA for 34f2b7d
Flow.Launcher/Resources/Controls/InstalledPluginDisplayKeyword.xaml
@@ -36,7 +36,8 @@
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"
+ Width="auto"
40
+ MinWidth="100"
41
Margin="0 -4.5 0 -4.5"
42
HorizontalAlignment="Right"
43
Command="{Binding SetActionKeywordsCommand}"
0 commit comments