From 5b0860515d8ee89f09c4fa6d2f31ccc4b2b2a687 Mon Sep 17 00:00:00 2001 From: DB p Date: Thu, 17 Nov 2022 15:27:14 +0900 Subject: [PATCH] - Change Sidebar Width to Responsoive - Fix Narrow Things (in hotkey, themes page) --- Flow.Launcher/SettingWindow.xaml | 185 ++++++++++++++++--------------- 1 file changed, 98 insertions(+), 87 deletions(-) diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index e50d5be3c..f9e13661b 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -15,7 +15,7 @@ Title="{DynamicResource flowlauncher_settings}" Width="{Binding SettingWindowWidth, Mode=TwoWay}" Height="{Binding SettingWindowHeight, Mode=TwoWay}" - MinWidth="900" + MinWidth="940" MinHeight="600" d:DataContext="{d:DesignInstance vm:SettingWindowViewModel}" Closed="OnClosed" @@ -98,6 +98,7 @@ - -