From c45074b247eb9d7ea208504cfbc4f330f6bda1bd Mon Sep 17 00:00:00 2001 From: Hannes Date: Fri, 4 Sep 2026 19:37:04 +0200 Subject: [PATCH] FIX: made borders of notifications rounded --- modules/notification/NotificationBody.qml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/notification/NotificationBody.qml b/modules/notification/NotificationBody.qml index d270a1d..b5e2322 100644 --- a/modules/notification/NotificationBody.qml +++ b/modules/notification/NotificationBody.qml @@ -94,8 +94,8 @@ Rectangle { height: Math.max(iconRectangle.height, contentRectangle.height)+contentRow.anchors.margins*2 width: parent.width color: "transparent" - border.width: Config.border_width - border.color: textColor + // border.width: Config.border_width + // border.color: textColor MouseArea { id: closingMouseArea @@ -251,8 +251,8 @@ Rectangle { id: actionRowRectangle width: root.width height: Config.screen_height_to_font_tiny(screen.height)+2*Config.spacing - border.width: Config.border_width - border.color: textColor + // border.width: Config.border_width + // border.color: textColor color: "transparent" visible: notification.actions.length > 0 Row{ @@ -336,8 +336,8 @@ Rectangle { id: inlineReplyRectangle width: root.width height: Config.screen_height_to_font_small(screen.height)+2*Config.spacing - border.width: Config.border_width - border.color: textColor + // border.width: Config.border_width + // border.color: textColor color: "transparent" visible: notification.hasInlineReply