mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 20:52:16 +02:00
'PEOPLE' back to 'CONNECTIONS'
This commit is contained in:
parent
8ceb6a20f0
commit
fd3167ca9c
1 changed files with 2 additions and 2 deletions
|
@ -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: "[?]";
|
||||||
|
|
Loading…
Reference in a new issue