diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Views/CustomBrowserSetting.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Views/CustomBrowserSetting.xaml index 8a2a65f26..4fc12e89f 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Views/CustomBrowserSetting.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Views/CustomBrowserSetting.xaml @@ -6,10 +6,11 @@ xmlns:local="clr-namespace:Flow.Launcher.Plugin.BrowserBookmark.Models" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" Title="{DynamicResource BookmarkDataSetting}" - Width="500" + Width="520" Background="{DynamicResource PopuBGColor}" Foreground="{DynamicResource PopupTextColor}" KeyDown="WindowKeyDown" + ResizeMode="NoResize" SizeToContent="Height" WindowStartupLocation="CenterScreen" mc:Ignorable="d"> @@ -70,35 +71,50 @@ TextAlignment="Left" /> - - - - - - - + + + + + + + + + + + + + + + @@ -111,14 +127,12 @@