We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ce4bf commit a69bbacCopy full SHA for a69bbac
Flow.Launcher/MainWindow.xaml.cs
@@ -195,7 +195,7 @@ private void InitializePosition()
195
else if (_settings.LauncherPosition == "MouseScreenCenterTop")
196
{
197
Left = WindowLeft();
198
- Top = 0;
+ Top = 10;
199
}
200
201
@@ -436,7 +436,7 @@ private void UpdatePosition()
436
437
438
439
440
441
442
0 commit comments