qml: fix InfoTextArea text sometimes out of bounds
This commit is contained in:
@@ -72,7 +72,6 @@ TextHighlightPane {
|
|||||||
Label {
|
Label {
|
||||||
id: infotext
|
id: infotext
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
width: parent.width
|
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user