notification padding and radius changes

This commit is contained in:
Zacharias-Brohn
2026-02-14 13:04:12 +01:00
parent ea6b0dfd8a
commit 5eb8dfb06a
2 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -10,7 +10,7 @@ Item {
required property PersistentProperties visibilities
required property Item panels
readonly property int padding: 8
readonly property int padding: 6
anchors.top: parent.top
anchors.bottom: parent.bottom
@@ -48,7 +48,7 @@ Item {
anchors.margins: root.padding
color: "transparent"
radius: 8
radius: 4
CustomListView {
id: list
@@ -123,7 +123,7 @@ Item {
anchors.topMargin: wrapper.idx === 0 ? 0 : 8
color: "transparent"
radius: notif.radius
radius: 4
implicitWidth: notif.implicitWidth
implicitHeight: notif.implicitHeight