diff --git a/src/ui/qml/controls/TextAreaFrame.qml b/src/ui/qml/controls/TextAreaFrame.qml index a7ab55d9..6f684afe 100644 --- a/src/ui/qml/controls/TextAreaFrame.qml +++ b/src/ui/qml/controls/TextAreaFrame.qml @@ -13,6 +13,8 @@ Frame { ScrollView { anchors.fill: parent + contentHeight: textArea.implicitHeight // Workaround for QTBUG-72536 + TextArea { id: textArea clip: true // to clip placeholder text