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