Merge pull request #3694 from stefanroelofs/dev

Update Button width for responsive design
This commit is contained in:
Jack Ye 2025-06-10 16:45:34 +08:00 committed by GitHub
commit 34f2b7d7f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}"