Hacker News new | ask | show | jobs
by ognarb 2077 days ago
The UI code for the system tray can be found here: https://invent.kde.org/plasma/plasma-workspace/-/tree/master... and the HiddenItemsView.qml is the part show on the screenshot. MR are always welcome.
1 comments

> cellWidth: hiddenTasks.width / hiddenTasks.columns > cellHeight: hiddenTasks.height / hiddenTasks.rows

Looks like the window should default smaller to make the sizes reasonable, or whatever decides the columns/row counts needs some tweaking.