'PEOPLE' back to 'CONNECTIONS'

This commit is contained in:
Zach Fox 2017-03-31 16:41:25 -07:00
parent 8ceb6a20f0
commit fd3167ca9c

View file

@ -256,7 +256,7 @@ Rectangle {
// "CONNECTIONS" text // "CONNECTIONS" text
RalewaySemiBold { RalewaySemiBold {
id: connectionsTabSelectorText; id: connectionsTabSelectorText;
text: "PEOPLE"; text: "CONNECTIONS";
// Text size // Text size
size: hifi.fontSizes.tabularData; size: hifi.fontSizes.tabularData;
// Anchors // Anchors
@ -281,7 +281,7 @@ Rectangle {
anchors.left: connectionsTabSelectorTextContainer.left; anchors.left: connectionsTabSelectorTextContainer.left;
anchors.top: connectionsTabSelectorTextContainer.top; anchors.top: connectionsTabSelectorTextContainer.top;
anchors.topMargin: 1; anchors.topMargin: 1;
anchors.leftMargin: connectionsTabSelectorTextMetrics.width + 25; anchors.leftMargin: connectionsTabSelectorTextMetrics.width + 42;
RalewayRegular { RalewayRegular {
id: connectionsHelpText; id: connectionsHelpText;
text: "[?]"; text: "[?]";