From cba201c670101f2916baf2bd9de0b3dd312db2c5 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Thu, 25 Feb 2010 17:05:26 +0100
Subject: [PATCH] QmlDesigner.propertyEditor: reduce size of expression editor

---
 .../qmldesigner/propertyeditor/Qt/ExpressionEditor.qml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
GitLab