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

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