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
f4ce4bf6f2
commit
a69bbacc53
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue