mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 04:24:47 +02:00
parent
2400bc96ea
commit
bd457ccc79
4 changed files with 13 additions and 8 deletions
|
@ -85,7 +85,7 @@ FocusScope {
|
||||||
Image {
|
Image {
|
||||||
id: banner
|
id: banner
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
sourceSize.width: 346
|
sourceSize.width: 272
|
||||||
sourceSize.height: 91
|
sourceSize.height: 91
|
||||||
source: "../images/brand-banner.svg"
|
source: "../images/brand-banner.svg"
|
||||||
horizontalAlignment: Image.AlignHCenter
|
horizontalAlignment: Image.AlignHCenter
|
||||||
|
|
|
@ -81,7 +81,7 @@ FocusScope {
|
||||||
Image {
|
Image {
|
||||||
id: banner
|
id: banner
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
sourceSize.width: 346
|
sourceSize.width: 272
|
||||||
sourceSize.height: 91
|
sourceSize.height: 91
|
||||||
source: "../images/brand-banner.svg"
|
source: "../images/brand-banner.svg"
|
||||||
horizontalAlignment: Image.AlignHCenter
|
horizontalAlignment: Image.AlignHCenter
|
||||||
|
|
|
@ -129,7 +129,7 @@ FocusScope {
|
||||||
Image {
|
Image {
|
||||||
id: banner
|
id: banner
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
sourceSize.width: 278
|
sourceSize.width: 218
|
||||||
sourceSize.height: 73
|
sourceSize.height: 73
|
||||||
source: "../../images/brand-banner.svg"
|
source: "../../images/brand-banner.svg"
|
||||||
horizontalAlignment: Image.AlignHCenter
|
horizontalAlignment: Image.AlignHCenter
|
||||||
|
|
|
@ -24,7 +24,7 @@ Rectangle {
|
||||||
spacing: 5
|
spacing: 5
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
width: 278; height: 73
|
width: 218; height: 73
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
source: "../../../images/brand-banner.svg"
|
source: "../../../images/brand-banner.svg"
|
||||||
}
|
}
|
||||||
|
@ -59,10 +59,10 @@ Rectangle {
|
||||||
textFormat: Text.StyledText
|
textFormat: Text.StyledText
|
||||||
linkColor: "#00B4EF"
|
linkColor: "#00B4EF"
|
||||||
color: "white"
|
color: "white"
|
||||||
text: "<a href=\"https://vircadia.com\">Website</a>"
|
text: "<a href=\"https://overte.org\">Website</a>"
|
||||||
size: 20
|
size: 20
|
||||||
onLinkActivated: {
|
onLinkActivated: {
|
||||||
About.openUrl("https://vircadia.com");
|
About.openUrl("https://overte.org");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -70,10 +70,10 @@ Rectangle {
|
||||||
textFormat: Text.StyledText
|
textFormat: Text.StyledText
|
||||||
linkColor: "#00B4EF"
|
linkColor: "#00B4EF"
|
||||||
color: "white"
|
color: "white"
|
||||||
text: "<a href=\"https://github.com/vircadia/vircadia\">Source</a>"
|
text: "<a href=\"https://github.com/overte-org/overte\">Source</a>"
|
||||||
size: 20
|
size: 20
|
||||||
onLinkActivated: {
|
onLinkActivated: {
|
||||||
About.openUrl("https://github.com/vircadia/vircadia");
|
About.openUrl("https://github.com/overte-org/overte");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -131,6 +131,11 @@ Rectangle {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Item { height: 20; width: 1 }
|
Item { height: 20; width: 1 }
|
||||||
|
RalewayRegular {
|
||||||
|
color: "white"
|
||||||
|
text: "© 2022 Overte e.V."
|
||||||
|
size: 14
|
||||||
|
}
|
||||||
RalewayRegular {
|
RalewayRegular {
|
||||||
color: "white"
|
color: "white"
|
||||||
text: "© 2019 - 2021 Vircadia contributors."
|
text: "© 2019 - 2021 Vircadia contributors."
|
||||||
|
|
Loading…
Reference in a new issue