mirror of
https://github.com/QuasarApp/SimpleQmlNotify.git
synced 2025-04-26 21:54:33 +00:00
There was fixed typos
This commit is contained in:
parent
0830ddfc0d
commit
74ec09bf4a
@ -139,10 +139,7 @@ Popup {
|
||||
width: parent.width
|
||||
text: qsTr(model.text)
|
||||
font.pointSize: 12
|
||||
elide: {
|
||||
console.log(notificationText.width, parent.width, notificationText.width < parent.width)
|
||||
Label.ElideRight
|
||||
}
|
||||
elide: Label.ElideRight
|
||||
linkColor: Material.accent
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user