diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml index ca0ba9661d7..98b41da3051 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml @@ -157,9 +157,13 @@ PropertyEditorPane { visible: specificsOne.source.toString() !== "" } - AdvancedSection {} + AdvancedSection { + expanded: false + } - LayerSection {} + LayerSection { + expanded: false + } } Column {