This commit is contained in:
Valeria Fadeeva 2025-01-10 00:07:36 +05:00
parent d7681f81bd
commit 21a9e576af
1 changed files with 3 additions and 1 deletions

View File

@ -139,7 +139,9 @@ PlasmaCore.Dialog {
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 / 2;
// y = screen.y + screen.height - height - offset - panelH - Kirigami.Units.gridUnit;
// y = screen.y + screen.height - height - offset - panelH - Kirigami.Units.gridUnit / 2;
y = screen.y + screen.height - height - offset - panelH - Kirigami.Units.largeSpacing * 1.5;
}
else {