increase KWin Ghost window thickness

--this way the KWin Edges ghost window behaves
more accurate and more predictable
pull/7/head
Michail Vourlakos 6 years ago
parent 9e9003870b
commit 8033db04d3

@ -166,7 +166,7 @@ void ScreenEdgeGhostWindow::updateGeometry()
QRect newGeometry;
int thickness;
if (KWindowSystem::compositingActive()) {
thickness == 4;
thickness == 6;
} else {
thickness == 2;
};

Loading…
Cancel
Save