https://bugs.kde.org/show_bug.cgi?id=402681
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.20 Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/commit/ | |1669197b33f388b9a4d7f8fae66 | |d725c62d026ee Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #4 from Nate Graham <n...@kde.org> --- Git commit 1669197b33f388b9a4d7f8fae66d725c62d026ee by Nate Graham. Committed on 10/06/2020 at 13:35. Pushed by ngraham into branch 'master'. [applets/systemtray] Use a grid for the hidden items view This improves the applet in a variety of ways: - Much more touch friendly than the current skinny list view - Many more items can be displayed without needing to scroll - Substantial code simplification - UI improvement from no longer sometimes showing an awkward vertical strip of icons that was invisibly scrollable but some of whose items ate scroll events, and which pushed the header over to the left in a somewhat random-looking way FIXED-IN: 5.20 M +7 -16 applets/systemtray/package/contents/ui/CurrentItemHighLight.qml M +64 -97 applets/systemtray/package/contents/ui/ExpandedRepresentation.qml M +16 -19 applets/systemtray/package/contents/ui/HiddenItemsView.qml M +27 -10 applets/systemtray/package/contents/ui/items/AbstractItem.qml M +0 -1 applets/systemtray/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-workspace/commit/1669197b33f388b9a4d7f8fae66d725c62d026ee -- You are receiving this mail because: You are watching all bug changes.