mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Merge pull request #3044
4e16698
MerchantTrackingList: fix Qt warning (selsta)
This commit is contained in:
commit
55759545d1
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue