chore: add object name for usernameText property
This commit is contained in:
parent
eb06c64358
commit
fb0cf326e9
|
@ -82,6 +82,7 @@ Item {
|
|||
|
||||
StyledText {
|
||||
id: usernameText
|
||||
objectName: "onboardingHeaderText"
|
||||
text: qsTr("Your profile")
|
||||
font.weight: Font.Bold
|
||||
font.pixelSize: 22
|
||||
|
|
Loading…
Reference in New Issue