From 2400bc96ea9727edc0ed38c3358b431dffd4035f Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Sat, 12 Feb 2022 13:07:22 -0500 Subject: [PATCH] Adjustment for Logo ratio Adjustment for Logo ratio --- interface/resources/qml/LoginDialog.qml | 2 +- interface/resources/qml/OverlayLoginDialog.qml | 2 +- .../resources/qml/dialogs/TabletLoginDialog.qml | 2 +- .../qml/hifi/dialogs/TabletAboutDialog.qml | 15 +++++---------- 4 files changed, 8 insertions(+), 13 deletions(-) diff --git a/interface/resources/qml/LoginDialog.qml b/interface/resources/qml/LoginDialog.qml index 26166d78b4..a028bba059 100644 --- a/interface/resources/qml/LoginDialog.qml +++ b/interface/resources/qml/LoginDialog.qml @@ -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 diff --git a/interface/resources/qml/OverlayLoginDialog.qml b/interface/resources/qml/OverlayLoginDialog.qml index 533635916d..5d78823311 100644 --- a/interface/resources/qml/OverlayLoginDialog.qml +++ b/interface/resources/qml/OverlayLoginDialog.qml @@ -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 diff --git a/interface/resources/qml/dialogs/TabletLoginDialog.qml b/interface/resources/qml/dialogs/TabletLoginDialog.qml index 78e624798c..c568662c10 100644 --- a/interface/resources/qml/dialogs/TabletLoginDialog.qml +++ b/interface/resources/qml/dialogs/TabletLoginDialog.qml @@ -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 diff --git a/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml b/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml index 20d24ee7bf..2b3a0176f3 100644 --- a/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml +++ b/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml @@ -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: "Website" + text: "Website" 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: "Source" + text: "Source" 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."