started on workspaces

This commit is contained in:
2026-06-23 13:21:29 +01:00
parent 10ff3c170e
commit 175cea641b
7 changed files with 75 additions and 9 deletions

View File

@@ -112,8 +112,6 @@ Item {
model: root.server.trackedNotifications.values.length
spacing: 7
// verticalLayoutDirection: ListView.BottomToTop
delegate: Item {
id: notifRoot
@@ -169,6 +167,19 @@ Item {
}
]
StyledText {
color: Colors.surface0
font.pointSize: 15
horizontalAlignment: Qt.AlignRight
text: "󰩹"
verticalAlignment: Qt.AlignVCenter
anchors {
fill: parent
rightMargin: 14
}
}
TapHandler {
onTapped: {
notifRoot.currentNotif.dismiss();