Avoid display errors on chat information page for multi-line infos
This commit is contained in:
parent
4b0f8f3166
commit
cbee948e09
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ Column {
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
text: editAreaColumn.text || editAreaColumn.emptyPlaceholderText
|
text: editAreaColumn.text || editAreaColumn.emptyPlaceholderText
|
||||||
width: parent.width - editAreaButton.width
|
width: parent.width - editAreaButton.width
|
||||||
height: !editAreaColumn.multiLine ? implicitHeight : editAreaTextField.height
|
|
||||||
}
|
}
|
||||||
IconButton {
|
IconButton {
|
||||||
id: editAreaButton
|
id: editAreaButton
|
||||||
|
|
Loading…
Reference in a new issue