mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #3694 from stefanroelofs/dev
Update Button width for responsive design
This commit is contained in:
commit
34f2b7d7f7
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@
|
|||
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"
|
||||
Width="auto"
|
||||
MinWidth="100"
|
||||
Margin="0 -4.5 0 -4.5"
|
||||
HorizontalAlignment="Right"
|
||||
Command="{Binding SetActionKeywordsCommand}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue