Skip to content

Commit 86c0553

Browse files
committed
Unify operation button width
1 parent cd320f3 commit 86c0553

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Views/SettingsControl.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565
HorizontalAlignment="Right"
6666
Orientation="Horizontal">
6767
<Button
68-
MinWidth="130"
68+
Width="100"
6969
Click="NewCustomBrowser"
7070
Content="{DynamicResource flowlauncher_plugin_browserbookmark_addBrowserBookmark}" />
7171
<Button
72-
MinWidth="130"
72+
Width="100"
7373
Margin="{StaticResource SettingPanelItemLeftMargin}"
7474
Click="EditCustomBrowser"
7575
Content="{DynamicResource flowlauncher_plugin_browserbookmark_editBrowserBookmark}">
@@ -85,7 +85,7 @@
8585
</Button.Style>
8686
</Button>
8787
<Button
88-
MinWidth="120"
88+
Width="100"
8989
Margin="{StaticResource SettingPanelItemLeftMargin}"
9090
Click="DeleteCustomBrowser"
9191
Content="{DynamicResource flowlauncher_plugin_browserbookmark_removeBrowserBookmark}" />

0 commit comments

Comments
 (0)