From fd3167ca9cb1333f4cc2fb495e472a6bbbeef83d Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Fri, 31 Mar 2017 16:41:25 -0700 Subject: [PATCH] 'PEOPLE' back to 'CONNECTIONS' --- interface/resources/qml/hifi/Pal.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/resources/qml/hifi/Pal.qml b/interface/resources/qml/hifi/Pal.qml index 6f4e90bbbb..06360ce183 100644 --- a/interface/resources/qml/hifi/Pal.qml +++ b/interface/resources/qml/hifi/Pal.qml @@ -256,7 +256,7 @@ Rectangle { // "CONNECTIONS" text RalewaySemiBold { id: connectionsTabSelectorText; - text: "PEOPLE"; + text: "CONNECTIONS"; // Text size size: hifi.fontSizes.tabularData; // Anchors @@ -281,7 +281,7 @@ Rectangle { anchors.left: connectionsTabSelectorTextContainer.left; anchors.top: connectionsTabSelectorTextContainer.top; anchors.topMargin: 1; - anchors.leftMargin: connectionsTabSelectorTextMetrics.width + 25; + anchors.leftMargin: connectionsTabSelectorTextMetrics.width + 42; RalewayRegular { id: connectionsHelpText; text: "[?]";