Skip to content

Commit

Permalink
QmlDesigner: Collapse specific section by default
Browse files Browse the repository at this point in the history
Collapse AdvancedSection and LayerSection by default.

Task-number: QDS-5136
Change-Id: Ia60c47095749e7181156a79a652d6a56633ee3a6
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
  • Loading branch information
iam-peter committed Sep 24, 2021
1 parent b75d91e commit 0a8545c
Showing 1 changed file with 6 additions and 2 deletions.
Expand Up @@ -157,9 +157,13 @@ PropertyEditorPane {
visible: specificsOne.source.toString() !== ""
}

AdvancedSection {}
AdvancedSection {
expanded: false
}

LayerSection {}
LayerSection {
expanded: false
}
}

Column {
Expand Down

0 comments on commit 0a8545c

Please sign in to comment.