Update
This commit is contained in:
parent
92a6e794a6
commit
a8ff395585
|
@ -163,7 +163,9 @@ Item{
|
||||||
horizMidPoint = screen.x + (screen.width / 2);
|
horizMidPoint = screen.x + (screen.width / 2);
|
||||||
vertMidPoint = screen.y + (screen.height / 2);
|
vertMidPoint = screen.y + (screen.height / 2);
|
||||||
x = horizMidPoint - width / 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 {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue