diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml index a764d9dcce07281fe06556b92c057494f39136c2..5e4ba4f58a2d5a3a9547aa389da4072a2cdd5c80 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml @@ -7,7 +7,6 @@ QScrollArea { horizontalScrollBarPolicy: "Qt::ScrollBarAlwaysOff"; id: extendedPane; visible: false; - content: properyEditorExtended; QFrame { id: properyEditorExtended layout: QVBoxLayout { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml index b4247773de7e6fafa6f1f01a6d67a834b8724df5..5689950fe2a9af67c47bd355353715c33a3d0b7b 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml @@ -43,7 +43,6 @@ PropertyFrame { horizontalScrollBarPolicy: "Qt::ScrollBarAlwaysOff"; id: standardPane; - content: properyEditorStandard; QFrame { //minimumHeight: 1100 id: properyEditorStandard diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/LayoutPane.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/LayoutPane.qml index 2e4dd0dfb2adcccedf94eb3218878bae48540e92..efa89e20ea4e4c4ffefa3fad3cac93fa70093d56 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/LayoutPane.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/LayoutPane.qml @@ -7,7 +7,6 @@ QScrollArea { horizontalScrollBarPolicy: "Qt::ScrollBarAlwaysOff"; id: layoutPane; visible: false; - content: properyEditorLayout; QFrame { id: properyEditorLayout; layout: QVBoxLayout {