mirror of
https://github.com/lubosz/overte.git
synced 2025-04-25 17:35:21 +02: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 {
|
Image {
|
||||||
id: banner
|
id: banner
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
sourceSize.width: 272
|
sourceSize.width: 346
|
||||||
sourceSize.height: 91
|
sourceSize.height: 91
|
||||||
source: "../images/brand-banner.svg"
|
source: "../images/brand-banner.svg"
|
||||||
horizontalAlignment: Image.AlignHCenter
|
horizontalAlignment: Image.AlignHCenter
|
||||||
|
|
|
@ -81,7 +81,7 @@ FocusScope {
|
||||||
Image {
|
Image {
|
||||||
id: banner
|
id: banner
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
sourceSize.width: 272
|
sourceSize.width: 346
|
||||||
sourceSize.height: 91
|
sourceSize.height: 91
|
||||||
source: "../images/brand-banner.svg"
|
source: "../images/brand-banner.svg"
|
||||||
horizontalAlignment: Image.AlignHCenter
|
horizontalAlignment: Image.AlignHCenter
|
||||||
|
|
|
@ -129,7 +129,7 @@ FocusScope {
|
||||||
Image {
|
Image {
|
||||||
id: banner
|
id: banner
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
sourceSize.width: 218
|
sourceSize.width: 278
|
||||||
sourceSize.height: 73
|
sourceSize.height: 73
|
||||||
source: "../../images/brand-banner.svg"
|
source: "../../images/brand-banner.svg"
|
||||||
horizontalAlignment: Image.AlignHCenter
|
horizontalAlignment: Image.AlignHCenter
|
||||||
|
|
|
@ -24,7 +24,7 @@ Rectangle {
|
||||||
spacing: 5
|
spacing: 5
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
width: 218; height: 73
|
width: 278; height: 73
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
source: "../../../images/brand-banner.svg"
|
source: "../../../images/brand-banner.svg"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue