1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-25 19:21:41 +03:00

fix #53,calculations for hidden input in LeftEdge

This commit is contained in:
Michail Vourlakos 2021-03-08 21:46:37 +02:00
parent 01eb69bbe5
commit 7b817893f0

View File

@ -664,7 +664,7 @@ Item{
inputGeometry.y = latteView.localGeometry.y;
inputGeometry.width = inputThickness;
inputGeometry.height = latteView.effects.rect.height;
inputGeometry.height = latteView.localGeometry.height;
} else if (plasmoid.location === PlasmaCore.Types.RightEdge) {
inputGeometry.x = root.width - inputThickness;
inputGeometry.y = latteView.localGeometry.y;