mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
adding fixed height for caculating windows top
This commit is contained in:
parent
d93c705737
commit
48e01d3ea3
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ namespace Wox
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
UserSettingStorage.Instance.WindowTop = (screen.WorkingArea.Height - ActualHeight) / 4 + screen.WorkingArea.Top;
|
UserSettingStorage.Instance.WindowTop = (screen.WorkingArea.Height - tbQuery.ActualHeight) / 4 + screen.WorkingArea.Top;
|
||||||
}
|
}
|
||||||
return UserSettingStorage.Instance.WindowTop;
|
return UserSettingStorage.Instance.WindowTop;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue