Use the same list style as the Virtual Desktops KCM and Kirigami actions with tooltips.
Also removes the info button. The copyright info can now be accessed by clicking on the item.
BUG: 409693
BUG: 335197
BUG: 335198
Use the same list style as the Virtual Desktops KCM and Kirigami actions with tooltips.
Also removes the info button. The copyright info can now be accessed by clicking on the item.
BUG: 409693
BUG: 335197
BUG: 335198
Together with D22827:
Lint OK |
No Unit Test Coverage |
Buildable 14649 | |
Build 14667: arc lint + arc unit |
I think it would be even better if you made it look exactly like the Virtual Desktops KCM:
Rework
Wow, this looks and feels radically better. One way to improve it even a bit more in my opinion would be to make the header text a bit bigger. I believe @filipf suggest Heading size 3, which looked good to me.
Nice work.
There's a binding loop that doesn't look trivial to solve, but doesn't seem to affect anything.
file:///usr/share/kpackage/kcms/kcm_kwin_effects/contents/ui/main.qml:96:19: QML SwipeListItem: Binding loop detected for property "implicitHeight"
EDIT: on further investigation the binding loop is triggered for /usr/lib/qt/qml/org/kde/kirigami.2/templates/SwipeListItem.qml
There's something weird with the frame that the list is inside. The top or bottom edges get cut off when the list is scrolled:
We also need a patch for the Virtual Desktops KCM to make the category headers consistent.