mirror of
https://github.com/overte-org/overte.git
synced 2025-04-09 02:33:19 +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
|
||||
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: "[?]";
|
||||
|
|
Loading…
Reference in a new issue