fix(StatusWalletColorSelect): fix reference error
This commit is contained in:
parent
758acfaab8
commit
59b1a70f7e
|
@ -10,7 +10,7 @@ Item {
|
|||
property string selectedColor
|
||||
property string label: qsTr("Account color")
|
||||
property var model
|
||||
height: chilrenRect.height
|
||||
height: childrenRect.height
|
||||
|
||||
StyledText {
|
||||
id: label
|
||||
|
|
Loading…
Reference in New Issue