QmlDesigner.propertyEditor: reduce size of expression editor

This commit is contained in:
Thomas Hartmann
2010-02-25 17:05:26 +01:00
parent d5292ab487
commit cba201c670

View File

@@ -19,7 +19,7 @@ QWidget {
textEdit.plainText = backendValue.expression
textEdit.setFocus();
opacity = 1;
height = 100
height = 60
} else {
opacity = 0;