From a69bbacc53804872109d5bd9898724bfad1f943e Mon Sep 17 00:00:00 2001 From: DB p Date: Wed, 7 Sep 2022 10:40:50 +0900 Subject: [PATCH] - Adjust Top Positioning --- Flow.Launcher/MainWindow.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index 2b081451e..6463d68c3 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -195,7 +195,7 @@ namespace Flow.Launcher else if (_settings.LauncherPosition == "MouseScreenCenterTop") { Left = WindowLeft(); - Top = 0; + Top = 10; } } @@ -436,7 +436,7 @@ namespace Flow.Launcher else if (_settings.LauncherPosition == "MouseScreenCenterTop") { Left = WindowLeft(); - Top = 0; + Top = 10; } }