Update Button width for responsive design

Modified Button to use auto width with a minimum width of 100. This change allows the button to grow when keywords do not fit.
This commit is contained in:
Stefan Roelofs 2025-06-10 10:04:12 +02:00
parent c4402c6fc8
commit 6d2c7b0561

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