AddressBook: fix Qt warning

This commit is contained in:
selsta 2020-09-21 00:47:32 +02:00
parent d313c2de37
commit 56722e4747
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

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"