mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-22 09:37:26 -04:00
QML: fix some Qt 5.15 warnings
This commit is contained in:
@@ -186,7 +186,7 @@ Rectangle {
|
||||
delegate: Rectangle {
|
||||
id: tableItem2
|
||||
height: subaddressAccountListRow.subaddressAccountListItemHeight
|
||||
width: parent.width
|
||||
width: parent ? parent.width : undefined
|
||||
Layout.fillWidth: true
|
||||
color: "transparent"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user