This commit is contained in:
Carl Schwan
2020-12-02 19:19:13 +01:00
parent 9472d5e417
commit de338607e3

View File

@@ -151,7 +151,7 @@ Kirigami.ScrollablePage {
Layout.alignment: Qt.AlignHCenter
text: (lastEvent == "" ? topic : lastEvent).replace(/(\r\n\t|\n|\r\t)/gm," ")
visible: text.length >
visible: text.length > 0
elide: Text.ElideRight
wrapMode: Text.NoWrap
}