Fix impplicit binding and stuff.

This commit is contained in:
Black
2020-02-12 14:44:00 -08:00
parent cd10a8474a
commit f25b79ab7e
6 changed files with 23 additions and 12 deletions

View File

@@ -90,7 +90,7 @@ RowLayout {
}
TextEdit {
Layout.fillWidth: true
Layout.maximumWidth: parent.width
text: "<style>pre {white-space: pre-wrap} a{color: " + color + ";} .user-pill{}</style>" + (replyVisible ? reply.display : "")