FIX: made borders of notifications rounded

This commit is contained in:
Hannes
2026-09-04 19:37:04 +02:00
parent cf2388f6d8
commit c45074b247
+6 -6
View File
@@ -94,8 +94,8 @@ Rectangle {
height: Math.max(iconRectangle.height, contentRectangle.height)+contentRow.anchors.margins*2 height: Math.max(iconRectangle.height, contentRectangle.height)+contentRow.anchors.margins*2
width: parent.width width: parent.width
color: "transparent" color: "transparent"
border.width: Config.border_width // border.width: Config.border_width
border.color: textColor // border.color: textColor
MouseArea { MouseArea {
id: closingMouseArea id: closingMouseArea
@@ -251,8 +251,8 @@ Rectangle {
id: actionRowRectangle id: actionRowRectangle
width: root.width width: root.width
height: Config.screen_height_to_font_tiny(screen.height)+2*Config.spacing height: Config.screen_height_to_font_tiny(screen.height)+2*Config.spacing
border.width: Config.border_width // border.width: Config.border_width
border.color: textColor // border.color: textColor
color: "transparent" color: "transparent"
visible: notification.actions.length > 0 visible: notification.actions.length > 0
Row{ Row{
@@ -336,8 +336,8 @@ Rectangle {
id: inlineReplyRectangle id: inlineReplyRectangle
width: root.width width: root.width
height: Config.screen_height_to_font_small(screen.height)+2*Config.spacing height: Config.screen_height_to_font_small(screen.height)+2*Config.spacing
border.width: Config.border_width // border.width: Config.border_width
border.color: textColor // border.color: textColor
color: "transparent" color: "transparent"
visible: notification.hasInlineReply visible: notification.hasInlineReply