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"
|
||||
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}" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue