summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@digia.com>2014-10-15 12:16:52 +0200
committerThomas Hartmann <Thomas.Hartmann@digia.com>2014-10-15 16:11:06 +0200
commit6a74c9d4a7f9383c1b4a539d86060f54a08448ab (patch)
tree2c94d200f2e3129f4b13ea26e888d3c1b49d1e6b /share
parent32b960db47f73838a3955fd50bc71b7a030766fa (diff)
downloadqt-creator-6a74c9d4a7f9383c1b4a539d86060f54a08448ab.tar.gz
QmlDesigner: fix Section Collapsed size bug
Change-Id: Iff7016b35aeb763569366400460c12b99689e14f Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Section.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Section.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Section.qml
index fc2b791f77..326ad18b17 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Section.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Section.qml
@@ -121,7 +121,7 @@ Item {
name: "Collapsed"
PropertyChanges {
target: section
- height: header.height
+ implicitHeight: header.height
}
PropertyChanges {
target: row