https://bugs.kde.org/show_bug.cgi?id=450963
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |5.27 Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/1f1e67f90be3 | |9460bd7f087c0c538545a092ccc | |1 Status|ASSIGNED |RESOLVED --- Comment #8 from Nate Graham <n...@kde.org> --- Git commit 1f1e67f90be39460bd7f087c0c538545a092ccc1 by Nate Graham, on behalf of Niklas Stephanblome. Committed on 09/01/2023 at 16:29. Pushed by ngraham into branch 'master'. effects/overview: Correct size of active virtual desktop highlight outline The focus outline that highlights the active virtual desktop in the Overview effect, as well as the half-transparent outlines that are around the other virtual desktops, cover 2 pixels on every side of every virtual desktop thumbnail. This is because an invisible rectangle is used that has the same size as the thumbnail and has a colored border, but borders are always drawn on the inside of QML rectangles, so content in the thumbnail is covered up. Therefore, the width of the rectangle has to be slightly adjusted to account for the thickness of the border. FIXED-IN: 5.27 M +1 -0 src/effects/overview/qml/DesktopBar.qml https://invent.kde.org/plasma/kwin/commit/1f1e67f90be39460bd7f087c0c538545a092ccc1 -- You are receiving this mail because: You are watching all bug changes.