Skip to content

Commit 7b70386

Browse files
committed
fix bookmark plugin settings button width
1 parent e85a99f commit 7b70386

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/en.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<system:String x:Key="flowlauncher_plugin_browserbookmark_loadBrowserFrom">Load Browser From:</system:String>
1818
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserName">Browser Name</system:String>
1919
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserBookmarkDataDirectory">DataDirectoryPath</system:String>
20-
<system:String x:Key="flowlauncher_plugin_browserbookmark_addBrowserBookmark">Add Custom Browser Bookmark</system:String>
21-
<system:String x:Key="flowlauncher_plugin_browserbookmark_removeBrowserBookmark">Delete Custom Browser Bookmark</system:String>
20+
<system:String x:Key="flowlauncher_plugin_browserbookmark_addBrowserBookmark">Add</system:String>
21+
<system:String x:Key="flowlauncher_plugin_browserbookmark_removeBrowserBookmark">Delete</system:String>
2222
</ResourceDictionary>

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,10 @@
6363
</ListView.View>
6464
</ListView>
6565
<StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
66-
<Button Content="{DynamicResource flowlauncher_plugin_browserbookmark_addBrowserBookmark}" Margin="10" Click="NewCustomBrowser"/>
67-
<Button Content="{DynamicResource flowlauncher_plugin_browserbookmark_removeBrowserBookmark}" Margin="10" Click="DeleteCustomBrowser"/>
66+
<Button Content="{DynamicResource flowlauncher_plugin_browserbookmark_addBrowserBookmark}"
67+
Margin="10" Click="NewCustomBrowser" Width="80" />
68+
<Button Content="{DynamicResource flowlauncher_plugin_browserbookmark_removeBrowserBookmark}"
69+
Margin="10" Click="DeleteCustomBrowser" Width="80"/>
6870
</StackPanel>
6971
</StackPanel>
7072
</Grid>

0 commit comments

Comments
 (0)