Merge pull request #3097

56722e4 AddressBook: fix Qt warning (selsta)
This commit is contained in:
luigi1111
2020-11-25 17:21:41 -06:00

View File

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