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
+2 -1
View File
@@ -21,7 +21,7 @@ CustomRect {
property bool expanded: Config.notifs.openExpanded
color: root.modelData.urgency === NotificationUrgency.Critical ? DynamicColors.palette.m3secondaryContainer : DynamicColors.tPalette.m3surfaceContainer
radius: 8
radius: 6
implicitWidth: Config.notifs.sizes.width
implicitHeight: inner.implicitHeight
@@ -125,6 +125,7 @@ CustomRect {
anchors.fill: parent
source: Qt.resolvedUrl(root.modelData.image)
fillMode: Image.PreserveAspectCrop
mipmap: true
cache: false
asynchronous: true
}