From d0be9616aed528dd319e3b2c2c5192a8b94a4a69 Mon Sep 17 00:00:00 2001 From: Damocles Date: Fri, 17 Apr 2026 10:36:39 +0200 Subject: [PATCH] notifcard: increase content right margin to avoid dismiss button overlapping time label --- modules/NotifCard.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/NotifCard.qml b/modules/NotifCard.qml index fa4b8da..e908572 100644 --- a/modules/NotifCard.qml +++ b/modules/NotifCard.qml @@ -121,7 +121,7 @@ Item { anchors.right: parent.right anchors.top: parent.top anchors.leftMargin: _icon.visible ? 8 : 14 - anchors.rightMargin: 12 + anchors.rightMargin: 20 anchors.topMargin: 8 spacing: 2