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