mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 19:37:25 -04:00
AddressBook: fix Qt warning
This commit is contained in:
@@ -132,7 +132,7 @@ Rectangle {
|
|||||||
delegate: Rectangle {
|
delegate: Rectangle {
|
||||||
id: tableItem2
|
id: tableItem2
|
||||||
height: addressBookListRow.addressBookListItemHeight
|
height: addressBookListRow.addressBookListItemHeight
|
||||||
width: parent.width
|
width: parent ? parent.width : undefined
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user