There was fixed typos

This commit is contained in:
Alex 2023-04-11 12:08:28 +03:00
parent 0830ddfc0d
commit 74ec09bf4a

View File

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