https://bugs.kde.org/show_bug.cgi?id=477103
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/667b95e240 | |45c30efa319e8f770b8e53d6885 | |fb7 --- Comment #7 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 667b95e24045c30efa319e8f770b8e53d6885fb7 by Vlad Zahorodnii, on behalf of Niccolò Venerandi. Committed on 12/12/2023 at 14:55. Pushed by vladz into branch 'master'. Make window captions in Overview 2 lines at most Captions are set to elide with ElideRight, which does allow for multi-line captions. However, this means that the height of the captions depends on their width (since a shorter width results in more lines), and the width of the captions depends on the size of the window thumbnail, which depends on the height of the caption to be positioned. If the caption is really long, this can cause visual glitches. Having a maximum line value avoids that. M +10 -2 src/plugins/private/expolayout.cpp M +1 -0 src/plugins/private/qml/WindowHeapDelegate.qml https://invent.kde.org/plasma/kwin/-/commit/667b95e24045c30efa319e8f770b8e53d6885fb7 -- You are receiving this mail because: You are watching all bug changes.