fix(StatusWalletColorSelect): fix reference error

This commit is contained in:
Pascal Precht 2021-01-28 12:38:34 +01:00
parent 758acfaab8
commit 59b1a70f7e
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Item {
property string selectedColor property string selectedColor
property string label: qsTr("Account color") property string label: qsTr("Account color")
property var model property var model
height: chilrenRect.height height: childrenRect.height
StyledText { StyledText {
id: label id: label