mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Logo ratio adjustment
Logo ratio adjustment
This commit is contained in:
parent
bd457ccc79
commit
ceb5456ccd
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -24,7 +24,7 @@ Rectangle {
|
|||
spacing: 5
|
||||
|
||||
Image {
|
||||
width: 218; height: 73
|
||||
width: 278; height: 73
|
||||
fillMode: Image.PreserveAspectFit
|
||||
source: "../../../images/brand-banner.svg"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue