1
0

qml: fix channel double add to list on open, better display errors

This commit is contained in:
Sander van Grieken
2022-08-26 13:21:49 +02:00
parent e582ae0486
commit b9f381a133
5 changed files with 20 additions and 13 deletions

View File

@@ -14,6 +14,7 @@ GridLayout {
}
property int iconStyle: InfoTextArea.IconStyle.Info
property alias textFormat: infotext.textFormat
columns: 1
rowSpacing: 0
@@ -31,7 +32,7 @@ GridLayout {
readOnly: true
rightPadding: constants.paddingLarge
leftPadding: 2*constants.iconSizeLarge
wrapMode: TextInput.WordWrap
wrapMode: TextInput.Wrap
textFormat: TextEdit.RichText
background: Rectangle {
color: Qt.rgba(1,1,1,0.05) // whiten 5%