MerchantTrackingList: fix Qt warning

This commit is contained in:
selsta 2020-08-18 00:49:06 +02:00
parent e65159163d
commit 4e16698558
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ ListView {
id: trackingTableItem
visible: trackingListView.message === ""
height: 53
width: parent.width
width: parent ? parent.width : undefined
Layout.fillWidth: true
RowLayout {