From aea40a3e4252c2d30fd7f6c7e03843436d2179e5 Mon Sep 17 00:00:00 2001 From: Hannes Date: Wed, 2 Sep 2026 00:30:40 +0200 Subject: [PATCH] feat: removed wrong new line --- modules/notification/NotificationBody.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/notification/NotificationBody.qml b/modules/notification/NotificationBody.qml index ca2f9a6..d270a1d 100644 --- a/modules/notification/NotificationBody.qml +++ b/modules/notification/NotificationBody.qml @@ -35,8 +35,7 @@ Rectangle { implicitWidth: screen.width/7 // implicitHeight: screen.height/7 - implicitHeight: contentRowRectangle.height+(actionRowRectangle.visible?actionRowRectangle.height:0)+(inlineReplyRectangle.visible?inlineReplyRectangle.height:0)+(progressBar.visible?progressBar -.height:0) + implicitHeight: contentRowRectangle.height+(actionRowRectangle.visible?actionRowRectangle.height:0)+(inlineReplyRectangle.visible?inlineReplyRectangle.height:0)+(progressBar.visible?progressBar.height:0) color: textBGColor border.width: Config.border_width