mobile/UI: avoid pointless warnings

These can create quite a bit of noise in the log.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-12-30 14:03:31 -08:00
parent 685403ff47
commit f503e5a9c2

View file

@ -47,8 +47,8 @@ Kirigami.ScrollablePage {
padding: 0
supportsMouseEvents: true
anchors {
left: parent.left
right: parent.right
left: parent ? parent.left : undefined
right: parent ? parent.right : undefined
}
height: isTrip ? 1 + 8 * Kirigami.Units.smallSpacing : 11 * Kirigami.Units.smallSpacing // delegateInnerItem.height