mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:37:51 +02:00
Made requested changes to About dialog.
Removed dash from "open source" Fixed missing and unecessary periods.
This commit is contained in:
parent
074e9f711a
commit
96dc01fcc6
1 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@ Rectangle {
|
||||||
}
|
}
|
||||||
Item { height: 10; width: 1 }
|
Item { height: 10; width: 1 }
|
||||||
RalewayRegular {
|
RalewayRegular {
|
||||||
text: "An open-source virtual reality platform."
|
text: "An open source virtual reality platform."
|
||||||
size: 20
|
size: 20
|
||||||
color: "white"
|
color: "white"
|
||||||
}
|
}
|
||||||
|
@ -116,12 +116,12 @@ Rectangle {
|
||||||
Item { height: 20; width: 1 }
|
Item { height: 20; width: 1 }
|
||||||
RalewayRegular {
|
RalewayRegular {
|
||||||
color: "white"
|
color: "white"
|
||||||
text: "© 2019 - 2020 Project Athena Contributors"
|
text: "© 2019 - 2020 Project Athena Contributors."
|
||||||
size: 14
|
size: 14
|
||||||
}
|
}
|
||||||
RalewayRegular {
|
RalewayRegular {
|
||||||
color: "white"
|
color: "white"
|
||||||
text: "© 2012 - 2019 High Fidelity, Inc.. All rights reserved."
|
text: "© 2012 - 2019 High Fidelity, Inc. All rights reserved."
|
||||||
size: 14
|
size: 14
|
||||||
}
|
}
|
||||||
RalewayRegular {
|
RalewayRegular {
|
||||||
|
|
Loading…
Reference in a new issue