wbar: tray

This commit is contained in:
end-4
2025-11-16 12:05:09 +01:00
parent c71a2498d0
commit 5b69995945
12 changed files with 264 additions and 40 deletions
@@ -17,10 +17,17 @@ MouseArea {
previewPopup.show(appEntry, button);
}
Behavior on implicitWidth {
animation: Looks.transition.move.createObject(this)
}
// Apps row
RowLayout {
id: row
anchors.fill: parent
anchors {
top: parent.top
bottom: parent.bottom
}
spacing: 0
Repeater {