Unify operation button width

This commit is contained in:
Jack251970 2025-03-01 22:17:16 +08:00
parent cd320f3de6
commit 86c055338f

View file

@ -65,11 +65,11 @@
HorizontalAlignment="Right"
Orientation="Horizontal">
<Button
MinWidth="130"
Width="100"
Click="NewCustomBrowser"
Content="{DynamicResource flowlauncher_plugin_browserbookmark_addBrowserBookmark}" />
<Button
MinWidth="130"
Width="100"
Margin="{StaticResource SettingPanelItemLeftMargin}"
Click="EditCustomBrowser"
Content="{DynamicResource flowlauncher_plugin_browserbookmark_editBrowserBookmark}">
@ -85,7 +85,7 @@
</Button.Style>
</Button>
<Button
MinWidth="120"
Width="100"
Margin="{StaticResource SettingPanelItemLeftMargin}"
Click="DeleteCustomBrowser"
Content="{DynamicResource flowlauncher_plugin_browserbookmark_removeBrowserBookmark}" />