Fix impplicit binding and stuff.
This commit is contained in:
@@ -3,7 +3,7 @@ import QtQuick 2.12
|
||||
import org.kde.kirigami 2.4 as Kirigami
|
||||
|
||||
TextEdit {
|
||||
text: "<style>pre {white-space: pre-wrap} a{color: " + Kirigami.Theme.linkColor + ";} .user-pill{}</style>" + model.display
|
||||
text: "<style>pre {white-space: pre-wrap} a{color: " + Kirigami.Theme.linkColor + ";} .user-pill{}</style>" + display
|
||||
|
||||
font {
|
||||
pixelSize: Kirigami.Theme.defaultFont.pixelSize * 1.2
|
||||
|
||||
Reference in New Issue
Block a user