Merge pull request #3097

56722e4 AddressBook: fix Qt warning (selsta)
This commit is contained in:
luigi1111 2020-11-25 17:21:41 -06:00
commit 7b137f7682
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -132,7 +132,7 @@ Rectangle {
delegate: Rectangle { delegate: Rectangle {
id: tableItem2 id: tableItem2
height: addressBookListRow.addressBookListItemHeight height: addressBookListRow.addressBookListItemHeight
width: parent.width width: parent ? parent.width : undefined
Layout.fillWidth: true Layout.fillWidth: true
color: "transparent" color: "transparent"