1
0

qml: fix InfoTextArea text sometimes out of bounds

This commit is contained in:
Sander van Grieken
2024-11-01 17:35:37 +01:00
parent 3ee2d6a01d
commit 2134fcc4dc

View File

@@ -72,7 +72,6 @@ TextHighlightPane {
Label {
id: infotext
Layout.fillWidth: true
width: parent.width
wrapMode: Text.Wrap
}
}