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:
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…
Reference in New Issue
Block a user