dev: get rid of wrapper width/height = 0 warnings
This commit is contained in:
parent
34e8c4fb87
commit
9e717c5ce0
2 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ Item {
|
|||
required property real contentHeight
|
||||
property bool shouldBeVisible
|
||||
|
||||
visible: height > 0
|
||||
height: 0
|
||||
clip: true
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ Item {
|
|||
required property real contentWidth
|
||||
property bool shouldBeVisible
|
||||
|
||||
visible: width > 0
|
||||
width: 0
|
||||
clip: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue