Merge pull request #3044

4e16698 MerchantTrackingList: fix Qt warning (selsta)
This commit is contained in:
luigi1111
2020-09-14 11:32:28 -05:00

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 {