1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-01 01:17:51 +03:00

increase KWin Ghost window thickness

--this way the KWin Edges ghost window behaves
more accurate and more predictable
This commit is contained in:
Michail Vourlakos 2019-07-10 16:24:38 +03:00
parent 9e9003870b
commit 8033db04d3

View File

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