- Adjust Top Positioning

This commit is contained in:
DB p 2022-09-07 10:40:50 +09:00
parent a9aed6d2bf
commit 0596c4cbeb

View file

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