https://bugs.kde.org/show_bug.cgi?id=482736
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |e0582b167be904abedb2332ad3f | |459eab52e1d4e Resolution|--- |FIXED Version Fixed In| |6.0.2 Status|ASSIGNED |RESOLVED --- Comment #6 from Nate Graham <n...@kde.org> --- Git commit e0582b167be904abedb2332ad3f459eab52e1d4e by Nate Graham, on behalf of Marco Martin. Committed on 08/03/2024 at 17:23. Pushed by ngraham into branch 'master'. Rework logic to know who is the first visible results view We have a horizontal layout of runner results that separate the results by category. In order to show enough space for the text field and to disable the first separator line, it assumed the item with index===0 was the first element. However if there aren't results which are applications, this assumption would break and the layout was wrong, so check that this column is actually the first visible child. FIXED-IN: 6.0.2 M +1 -1 applets/kicker/package/contents/ui/MenuRepresentation.qml M +8 -7 applets/kicker/package/contents/ui/RunnerResultsList.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/e0582b167be904abedb2332ad3f459eab52e1d4e -- You are receiving this mail because: You are watching all bug changes.