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