QmlDesigner: Collapse specific section by default

Collapse AdvancedSection and LayerSection by default.

Task-number: QDS-5136
Change-Id: Ia60c47095749e7181156a79a652d6a56633ee3a6
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2021-09-24 14:59:50 +02:00
committed by Henning Gründl
parent b75d91e57b
commit 0a8545c068

View File

@@ -157,9 +157,13 @@ PropertyEditorPane {
visible: specificsOne.source.toString() !== ""
}
AdvancedSection {}
AdvancedSection {
expanded: false
}
LayerSection {}
LayerSection {
expanded: false
}
}
Column {