fix typo for LeftEdge

--this was breaking the AlwaysVisible experience
for Left docks
pull/1/head
Michail Vourlakos 8 years ago
parent 8f3864f589
commit 07d68dd636

@ -105,7 +105,7 @@ void XWindowInterface::setDockStruts(WId dockId, const QRect &dockRect, Plasma::
strut.bottom_end = dockRect.x() + dockRect.width() - 1; strut.bottom_end = dockRect.x() + dockRect.width() - 1;
break; break;
case Plasma::Types::Left: case Plasma::Types::LeftEdge:
strut.left_width = dockRect.width(); strut.left_width = dockRect.width();
strut.left_start = dockRect.y(); strut.left_start = dockRect.y();
strut.left_end = dockRect.y() + dockRect.height() - 1; strut.left_end = dockRect.y() + dockRect.height() - 1;

Loading…
Cancel
Save