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; } }