From cbee948e09e6fae7704e2cb360b42c5fce1390e2 Mon Sep 17 00:00:00 2001 From: Sebastian Wolf Date: Fri, 5 Feb 2021 22:16:26 +0100 Subject: [PATCH] Avoid display errors on chat information page for multi-line infos --- qml/components/InformationEditArea.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/qml/components/InformationEditArea.qml b/qml/components/InformationEditArea.qml index 7659ff2..e43b96c 100644 --- a/qml/components/InformationEditArea.qml +++ b/qml/components/InformationEditArea.qml @@ -76,7 +76,6 @@ Column { anchors.verticalCenter: parent.verticalCenter text: editAreaColumn.text || editAreaColumn.emptyPlaceholderText width: parent.width - editAreaButton.width - height: !editAreaColumn.multiLine ? implicitHeight : editAreaTextField.height } IconButton { id: editAreaButton