dev: get rid of wrapper width/height = 0 warnings

This commit is contained in:
2 * r + 2 * t 2025-05-05 14:29:27 +10:00
parent 34e8c4fb87
commit 9e717c5ce0
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@ Item {
required property real contentHeight
property bool shouldBeVisible
visible: height > 0
height: 0
clip: true

View file

@ -8,6 +8,7 @@ Item {
required property real contentWidth
property bool shouldBeVisible
visible: width > 0
width: 0
clip: true