mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 13:44:32 +02:00
updated TOS link. Changed incorrect filename in comment.
This commit is contained in:
parent
769d2050c7
commit
80e4e47cd8
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ Item {
|
||||||
clip: true
|
clip: true
|
||||||
height: root.height
|
height: root.height
|
||||||
width: root.width
|
width: root.width
|
||||||
readonly property string termsContainerText: qsTr("By signing up, you agree to High Fidelity's Terms of Service")
|
readonly property string termsContainerText: qsTr("By signing up, you agree to Project Athena's Terms of Service")
|
||||||
property int textFieldHeight: 31
|
property int textFieldHeight: 31
|
||||||
property string fontFamily: "Raleway"
|
property string fontFamily: "Raleway"
|
||||||
property int fontSize: 15
|
property int fontSize: 15
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// PhysicsBoundary.h
|
// PhysicsBoundary.cpp
|
||||||
//
|
//
|
||||||
// Created by Andrew Meadows 2018.04.05
|
// Created by Andrew Meadows 2018.04.05
|
||||||
// Copyright 2018 High Fidelity, Inc.
|
// Copyright 2018 High Fidelity, Inc.
|
||||||
|
|
Loading…
Reference in a new issue