mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-19 16:13:55 +02:00
MerchantTrackingList: fix Qt warning
This commit is contained in:
parent
e65159163d
commit
4e16698558
@ -47,7 +47,7 @@ ListView {
|
||||
id: trackingTableItem
|
||||
visible: trackingListView.message === ""
|
||||
height: 53
|
||||
width: parent.width
|
||||
width: parent ? parent.width : undefined
|
||||
Layout.fillWidth: true
|
||||
|
||||
RowLayout {
|
||||
|
Loading…
Reference in New Issue
Block a user