QmlDesigner: Fix issue in loader resizing

Change-Id: Ie37b11672fdc6a1f29e2077ff4989a2bdd89c130
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
This commit is contained in:
Thomas Hartmann
2019-09-05 16:41:07 +02:00
parent a88fc5fa38
commit 898bdf12c0

View File

@@ -247,8 +247,8 @@ Rectangle {
active = true active = true
} }
property int loaderHeight: specificsOne.item.height + tabView.extraHeight property int loaderHeight: specificsTwo.item.height + tabView.extraHeight
onLoaderHeightChanged: tabView.specficsOneHeight = loaderHeight onLoaderHeightChanged: tabView.specficsTwoHeight = loaderHeight
onLoaded: { onLoaded: {
tabView.specficsTwoHeight = loaderHeight tabView.specficsTwoHeight = loaderHeight