From 84c3dab3d8919135b69e8cbf0f63228aec7cc3c9 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Thu, 18 Jun 2015 00:23:40 -0700 Subject: [PATCH] Fixing error in stats qml parsing --- interface/resources/qml/Stats.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/resources/qml/Stats.qml b/interface/resources/qml/Stats.qml index c77ab8ec27..0a05bc18a1 100644 --- a/interface/resources/qml/Stats.qml +++ b/interface/resources/qml/Stats.qml @@ -234,7 +234,6 @@ Hifi.Stats { width: perfText.width + 8 height: perfText.height + 8 color: root.bgColor; - anchors.top: row.bottom + 16 Text { x: 4; y: 4 id: perfText