From 0596c4cbebe807734dac9bfd7f1a04e290ce402e 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 3f8ebe0df..93ca33cb4 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -237,7 +237,7 @@ namespace Flow.Launcher else if (_settings.LauncherPosition == "MouseScreenCenterTop") { Left = WindowLeft(); - Top = 0; + Top = 10; } } @@ -478,7 +478,7 @@ namespace Flow.Launcher else if (_settings.LauncherPosition == "MouseScreenCenterTop") { Left = WindowLeft(); - Top = 0; + Top = 10; } }