This commit is contained in:
Valeria Fadeeva 2025-01-06 18:27:32 +05:00
parent 2e9044e282
commit 92a6e794a6
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ Item{
horizMidPoint = screen.x + (screen.width / 2);
vertMidPoint = screen.y + (screen.height / 2);
x = horizMidPoint - width / 2;
y = screen.y + screen.height - height - offset - panelH - Kirigami.Units.gridUnit;
y = screen.y + screen.height - height - offset - panelH - Kirigami.Units.gridUnit / 2;
}
else {