forked from qt-creator/qt-creator
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:
committed by
Henning Gründl
parent
b75d91e57b
commit
0a8545c068
@@ -157,9 +157,13 @@ PropertyEditorPane {
|
|||||||
visible: specificsOne.source.toString() !== ""
|
visible: specificsOne.source.toString() !== ""
|
||||||
}
|
}
|
||||||
|
|
||||||
AdvancedSection {}
|
AdvancedSection {
|
||||||
|
expanded: false
|
||||||
|
}
|
||||||
|
|
||||||
LayerSection {}
|
LayerSection {
|
||||||
|
expanded: false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
|
Reference in New Issue
Block a user