mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +00:00
MerchantTrackingList: fix Qt warning
This commit is contained in:
parent
e65159163d
commit
4e16698558
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ ListView {
|
||||||
id: trackingTableItem
|
id: trackingTableItem
|
||||||
visible: trackingListView.message === ""
|
visible: trackingListView.message === ""
|
||||||
height: 53
|
height: 53
|
||||||
width: parent.width
|
width: parent ? parent.width : undefined
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
|
|
Loading…
Reference in a new issue