diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExpressionEditor.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExpressionEditor.qml index 5e28ddb442e..dd2c00bcd76 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExpressionEditor.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExpressionEditor.qml @@ -19,7 +19,7 @@ QWidget { textEdit.plainText = backendValue.expression textEdit.setFocus(); opacity = 1; - height = 100 + height = 60 } else { opacity = 0;