Merge pull request #3044

4e16698 MerchantTrackingList: fix Qt warning (selsta)
This commit is contained in:
luigi1111 2020-09-14 11:32:28 -05:00
commit 55759545d1
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

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 {