mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
- Adjust Top Positioning
This commit is contained in:
parent
a9aed6d2bf
commit
0596c4cbeb
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue