Skip to content

Commit a69bbac

Browse files
committed
- Adjust Top Positioning
1 parent f4ce4bf commit a69bbac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/MainWindow.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ private void InitializePosition()
195195
else if (_settings.LauncherPosition == "MouseScreenCenterTop")
196196
{
197197
Left = WindowLeft();
198-
Top = 0;
198+
Top = 10;
199199
}
200200
}
201201

@@ -436,7 +436,7 @@ private void UpdatePosition()
436436
else if (_settings.LauncherPosition == "MouseScreenCenterTop")
437437
{
438438
Left = WindowLeft();
439-
Top = 0;
439+
Top = 10;
440440
}
441441
}
442442

0 commit comments

Comments
 (0)