- Adjust Top Positioning

This commit is contained in:
DB p 2022-09-07 10:40:50 +09:00
parent f4ce4bf6f2
commit a69bbacc53

View file

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