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