mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
AddressBook: fix Qt warning
This commit is contained in:
parent
d313c2de37
commit
56722e4747
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue