https://bugs.kde.org/show_bug.cgi?id=312146
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/0931e4f8cc1c | |d5f7a6c64e0f78f6e58371b6a7d | |a Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #3 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 0931e4f8cc1cd5f7a6c64e0f78f6e58371b6a7da by Vlad Zahorodnii. Committed on 26/08/2021 at 16:11. Pushed by vladz into branch 'master'. effects/overview: Pad screen borders in qml This makes it easier to spot if the effect is activated while there is only one maximized window. Note that anchors.margins cannot be used unfortunately as it won't take effect until the ExpoLayout item is fully constructed. It may take a couple of cycles for the geometry to settle down, which makes reasoning about how the effect works difficult. M +5 -5 src/effects/overview/expolayout.cpp M +1 -0 src/effects/overview/qml/ScreenView.qml M +5 -1 src/effects/overview/qml/WindowHeap.qml https://invent.kde.org/plasma/kwin/commit/0931e4f8cc1cd5f7a6c64e0f78f6e58371b6a7da -- You are receiving this mail because: You are watching all bug changes.