wnotificationcenter: somewhat working calendar

This commit is contained in:
end-4
2025-11-24 22:45:54 +01:00
parent 616c1dfe3a
commit 9053927480
6 changed files with 108 additions and 7 deletions
@@ -25,8 +25,10 @@ Button {
return root.colBackground
}
}
property alias radius: background.radius
background: Rectangle {
id: background
radius: Looks.radius.medium
color: root.color
}