mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 23:17:02 +02:00
Fixing error in stats qml parsing
This commit is contained in:
parent
a8d3dc7218
commit
84c3dab3d8
1 changed files with 0 additions and 1 deletions
|
@ -234,7 +234,6 @@ Hifi.Stats {
|
||||||
width: perfText.width + 8
|
width: perfText.width + 8
|
||||||
height: perfText.height + 8
|
height: perfText.height + 8
|
||||||
color: root.bgColor;
|
color: root.bgColor;
|
||||||
anchors.top: row.bottom + 16
|
|
||||||
Text {
|
Text {
|
||||||
x: 4; y: 4
|
x: 4; y: 4
|
||||||
id: perfText
|
id: perfText
|
||||||
|
|
Loading…
Reference in a new issue