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
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