improve dock geometry

pull/1/head
Michail Vourlakos 8 years ago
parent fb0415905c
commit f398cf26c3

@ -266,9 +266,9 @@ Item{
//before updating the localDockGeometry
if (plasmoid.formFactor === PlasmaCore.Types.Vertical) {
newMaskArea.width = newMaskArea.width - editModeVisual.shadowSize;
newMaskArea.width = newMaskArea.width - editModeVisual.shadowSize - 1;
} else {
newMaskArea.height = newMaskArea.height - editModeVisual.shadowSize;
newMaskArea.height = newMaskArea.height - editModeVisual.shadowSize - 1;
}
if (plasmoid.location === PlasmaCore.Types.BottomEdge) {

Loading…
Cancel
Save