Skip to content

Commit 34f2b7d

Browse files
authored
Merge pull request #3694 from stefanroelofs/dev
Update Button width for responsive design
2 parents c4402c6 + 6d2c7b0 commit 34f2b7d

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
@@ -36,7 +36,8 @@
3636
Text="{DynamicResource actionKeywords}" />
3737
<!-- Here Margin="0 -4.5 0 -4.5" is to remove redundant top bottom margin from Margin="{StaticResource SettingPanelMargin}" -->
3838
<Button
39-
Width="100"
39+
Width="auto"
40+
MinWidth="100"
4041
Margin="0 -4.5 0 -4.5"
4142
HorizontalAlignment="Right"
4243
Command="{Binding SetActionKeywordsCommand}"

0 commit comments

Comments
 (0)