Don't redeclare property implicitHeight

This commit is contained in:
David Edmundson 2016-08-15 14:11:15 +01:00
parent f1699fe543
commit 98cfdf6b45

View File

@ -88,7 +88,7 @@ Item {
width: parent ? parent.width : childrenRect.width width: parent ? parent.width : childrenRect.width
height: paddingItem.childrenRect.height + background.margins.top + background.margins.bottom height: paddingItem.childrenRect.height + background.margins.top + background.margins.bottom
property int implicitHeight: paddingItem.childrenRect.height + background.margins.top + background.margins.bottom implicitHeight: paddingItem.childrenRect.height + background.margins.top + background.margins.bottom
Connections { Connections {