Don't redeclare property implicitHeight
This commit is contained in:
parent
f1699fe543
commit
98cfdf6b45
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user