mirror of
https://github.com/overte-org/overte.git
synced 2025-05-07 12:39:15 +02:00
Fixed warning: Tablet.qml:205: TypeError: Cannot read property of null
(cherry picked from commit b1dc14b355bc6053a0e264a057a799a4d446e347)
This commit is contained in:
parent
c45514a557
commit
849d65f95f
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ Item {
|
|||
|
||||
RalewaySemiBold {
|
||||
id: usernameText
|
||||
text: tablet.parent.parent.username
|
||||
text: tabletRoot.username
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: 20
|
||||
|
|
Loading…
Reference in a new issue