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:
parent
01eb69bbe5
commit
7b817893f0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user