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