forked from Public/monero-gui
MerchantTrackingList: fix Qt warning
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user