Skip to content
Snippets Groups Projects
Commit cba201c6 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.propertyEditor: reduce size of expression editor

parent d5292ab4
No related merge requests found
...@@ -19,7 +19,7 @@ QWidget { ...@@ -19,7 +19,7 @@ QWidget {
textEdit.plainText = backendValue.expression textEdit.plainText = backendValue.expression
textEdit.setFocus(); textEdit.setFocus();
opacity = 1; opacity = 1;
height = 100 height = 60
} else { } else {
opacity = 0; opacity = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment