https://bugs.kde.org/show_bug.cgi?id=389146
cwo <cwo....@posteo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |4fcf99d2601ee1367db4bf4d0b1 | |d50a1c217b287 --- Comment #8 from cwo <cwo....@posteo.net> --- Git commit 4fcf99d2601ee1367db4bf4d0b1d50a1c217b287 by Christoph Wolk. Committed on 09/06/2025 at 16:17. Pushed by cwo into branch 'master'. applets/kicker: make runner columns horizontally scrollable When additional runners are enabled and there are hits from many of them, kicker's runner columns can easily overflow. This makes some of them inaccessible and looks as broken as it is (including potentially escaping the representation width). Instead we limit the maximum width by screen width, and make the whole thing horizontally scrollable if the content is larger than that. Keyboard navigation is adjusted to make the focused element visible, mouse use does not scroll by itself (as that is very disorienting). M +38 -3 applets/kicker/package/contents/ui/MenuRepresentation.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/4fcf99d2601ee1367db4bf4d0b1d50a1c217b287 -- You are receiving this mail because: You are watching all bug changes.