mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-24 02:30:33 +02:00
Merge pull request #3044
4e16698
MerchantTrackingList: fix Qt warning (selsta)
This commit is contained in:
commit
55759545d1
@ -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 New Issue
Block a user