mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Unify operation button width
This commit is contained in:
parent
cd320f3de6
commit
86c055338f
1 changed files with 3 additions and 3 deletions
|
|
@ -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}" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue