AddressBook: fix Qt warning

This commit is contained in:
selsta
2020-09-21 00:47:32 +02:00
parent d313c2de37
commit 56722e4747

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"