diff --git a/pages/AddressBook.qml b/pages/AddressBook.qml index 315892ff..db2e7c05 100644 --- a/pages/AddressBook.qml +++ b/pages/AddressBook.qml @@ -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"