From 71c7ad5477a1d3bc54d2716a092d872de206c959 Mon Sep 17 00:00:00 2001 From: Dobin Park Date: Sat, 9 Oct 2021 08:38:57 +0900 Subject: [PATCH] Setting Window (WIP) before adjust expander control (for fix unknown padding) --- Flow.Launcher/Languages/en.xaml | 4 +- Flow.Launcher/SettingWindow.xaml | 66 ++++++++++++++++---------------- 2 files changed, 36 insertions(+), 34 deletions(-) diff --git a/Flow.Launcher/Languages/en.xaml b/Flow.Launcher/Languages/en.xaml index d0137de91..60605df30 100644 --- a/Flow.Launcher/Languages/en.xaml +++ b/Flow.Launcher/Languages/en.xaml @@ -44,8 +44,8 @@ Plugin Find more plugins - Enable - Disable + On + Off Action keyword: Current action keyword: New action keyword: diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 361597cd7..dcf5343f0 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -17,7 +17,7 @@ ResizeMode="CanResizeWithGrip" WindowStartupLocation="CenterScreen" Height="700" Width="1000" - MinWidth="850" + MinWidth="900" MinHeight="600" Loaded="OnLoaded" Closed="OnClosed" @@ -190,11 +190,11 @@