From 3f1f23bbe9afe3db59ae908ac18c04c02678281c Mon Sep 17 00:00:00 2001 From: DB p Date: Tue, 14 Dec 2021 18:23:45 +0900 Subject: [PATCH] Change Bookmark layout to responsive --- .../Views/CustomBrowserSetting.xaml | 78 +++++++++++-------- .../Views/SettingsControl.xaml | 4 +- 2 files changed, 48 insertions(+), 34 deletions(-) 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 @@