forked from qt-creator/qt-creator
		
	QmlDesigner.propertyEditor: reduce size of expression editor
This commit is contained in:
		| @@ -19,7 +19,7 @@ QWidget { | ||||
|             textEdit.plainText = backendValue.expression | ||||
|             textEdit.setFocus(); | ||||
|             opacity = 1; | ||||
|             height = 100 | ||||
|             height = 60 | ||||
|  | ||||
|         } else { | ||||
|             opacity = 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user