Fixed warning: Tablet.qml:205: TypeError: Cannot read property of null

(cherry picked from commit b1dc14b355bc6053a0e264a057a799a4d446e347)
This commit is contained in:
Vladyslav Stelmakhovskyi 2017-03-31 15:01:19 +02:00
parent c45514a557
commit 849d65f95f

View file

@ -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