diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml
index 9126ab4a1..a696aefdd 100644
--- a/Flow.Launcher/SettingWindow.xaml
+++ b/Flow.Launcher/SettingWindow.xaml
@@ -68,7 +68,7 @@
-
+
@@ -223,7 +223,7 @@
-
+
@@ -432,7 +432,7 @@
-
+
@@ -457,32 +457,32 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
@@ -494,63 +494,63 @@
-
-
-
+
-
-
-
+
+
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
+
+
@@ -561,7 +561,7 @@
-
+
@@ -587,7 +587,7 @@
-
+
@@ -600,6 +600,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -789,8 +785,8 @@
-
-
+
+
@@ -895,8 +891,8 @@
-
-
+
+
@@ -910,7 +906,7 @@
-
+
@@ -977,53 +973,53 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+
-
-
+
diff --git a/Flow.Launcher/ViewModel/SettingWindowViewModel.cs b/Flow.Launcher/ViewModel/SettingWindowViewModel.cs
index c869f5601..e2c1d9700 100644
--- a/Flow.Launcher/ViewModel/SettingWindowViewModel.cs
+++ b/Flow.Launcher/ViewModel/SettingWindowViewModel.cs
@@ -309,11 +309,7 @@ namespace Flow.Launcher.ViewModel
public double WindowWidthSize
{
get => Settings.WindowSize;
- set
- {
- Settings.WindowSize = value;
- Application.Current.MainWindow.Visibility = Visibility.Visible;
- }
+ set => Settings.WindowSize = value;
}
public bool UseGlyphIcons