Adjustment for Logo ratio

Adjustment for Logo ratio
This commit is contained in:
Alezia Kurdis 2022-02-12 13:07:22 -05:00 committed by GitHub
parent 1191168f43
commit 2400bc96ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 13 deletions

View file

@ -85,7 +85,7 @@ FocusScope {
Image {
id: banner
anchors.centerIn: parent
sourceSize.width: 272
sourceSize.width: 346
sourceSize.height: 91
source: "../images/brand-banner.svg"
horizontalAlignment: Image.AlignHCenter

View file

@ -81,7 +81,7 @@ FocusScope {
Image {
id: banner
anchors.centerIn: parent
sourceSize.width: 272
sourceSize.width: 346
sourceSize.height: 91
source: "../images/brand-banner.svg"
horizontalAlignment: Image.AlignHCenter

View file

@ -129,7 +129,7 @@ FocusScope {
Image {
id: banner
anchors.centerIn: parent
sourceSize.width: 218
sourceSize.width: 278
sourceSize.height: 73
source: "../../images/brand-banner.svg"
horizontalAlignment: Image.AlignHCenter

View file

@ -24,7 +24,7 @@ Rectangle {
spacing: 5
Image {
width: 218; height: 73
width: 278; 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://overte.org\">Website</a>"
text: "<a href=\"https://vircadia.com\">Website</a>"
size: 20
onLinkActivated: {
About.openUrl("https://overte.org");
About.openUrl("https://vircadia.com");
}
}
@ -70,10 +70,10 @@ Rectangle {
textFormat: Text.StyledText
linkColor: "#00B4EF"
color: "white"
text: "<a href=\"https://github.com/overte-org/overte\">Source</a>"
text: "<a href=\"https://github.com/vircadia/vircadia\">Source</a>"
size: 20
onLinkActivated: {
About.openUrl("https://github.com/overte-org/overte");
About.openUrl("https://github.com/vircadia/vircadia");
}
}
@ -131,11 +131,6 @@ Rectangle {
}
}
Item { height: 20; width: 1 }
RalewayRegular {
color: "white"
text: "© 2022 Overte e.V."
size: 14
}
RalewayRegular {
color: "white"
text: "© 2019 - 2021 Vircadia contributors."