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

QmlDesigner: fixes property editor

Recent changes in 4.7 rendered the original qml code invalid

Task-number: QTCREATORBUG-2765
Reviewed-by: Marco Bubke
parent da5cdda7
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@ QScrollArea {
horizontalScrollBarPolicy: "Qt::ScrollBarAlwaysOff";
id: extendedPane;
visible: false;
content: properyEditorExtended;
QFrame {
id: properyEditorExtended
layout: QVBoxLayout {
......
......@@ -43,7 +43,6 @@ PropertyFrame {
horizontalScrollBarPolicy: "Qt::ScrollBarAlwaysOff";
id: standardPane;
content: properyEditorStandard;
QFrame {
//minimumHeight: 1100
id: properyEditorStandard
......
......@@ -7,7 +7,6 @@ QScrollArea {
horizontalScrollBarPolicy: "Qt::ScrollBarAlwaysOff";
id: layoutPane;
visible: false;
content: properyEditorLayout;
QFrame {
id: properyEditorLayout;
layout: QVBoxLayout {
......
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