Logo ratio adjustment

Logo ratio adjustment
This commit is contained in:
Alezia Kurdis 2022-02-12 13:30:31 -05:00 committed by GitHub
parent bd457ccc79
commit ceb5456ccd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 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"
}