diff --git a/interface/resources/qml/hifi/Pal.qml b/interface/resources/qml/hifi/Pal.qml index b0dbd8becf..b842b736d4 100644 --- a/interface/resources/qml/hifi/Pal.qml +++ b/interface/resources/qml/hifi/Pal.qml @@ -1062,7 +1062,7 @@ Rectangle { width: myCardWidth; height: parent.height; // Anchors - anchors.top: parent.children[0].bottom + anchors.top: parent.children[0].bottom; anchors.left: parent.left; } Item {