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