works
This commit is contained in:
@@ -15,7 +15,7 @@ ClippingWrapperRectangle {
|
||||
implicitWidth: parent.width - 2 * Layout.margins
|
||||
implicitHeight: 100
|
||||
|
||||
color: Pywal.colors.color4
|
||||
color: Settings.colors.color4
|
||||
|
||||
required property Notification src
|
||||
|
||||
@@ -43,14 +43,14 @@ ClippingWrapperRectangle {
|
||||
Layout.topMargin: 10
|
||||
Layout.alignment: Qt.AlignLeft | Qt.AlignTop
|
||||
Text {
|
||||
color: Pywal.special.background
|
||||
color: Settings.special.background
|
||||
Layout.alignment: Qt.AlignLeft | Qt.AlignTop
|
||||
text: notif.src.summary
|
||||
Layout.leftMargin: 10
|
||||
font.pointSize: 14
|
||||
}
|
||||
Text {
|
||||
color: Pywal.special.background
|
||||
color: Settings.special.background
|
||||
Layout.alignment: Qt.AlignLeft | Qt.AlignVCenter
|
||||
text: notif.src.body
|
||||
Layout.leftMargin: 10
|
||||
|
||||
Reference in New Issue
Block a user