ref #18 Fix end by support logo

This commit is contained in:
IgorekLoschinin 2021-10-12 21:56:13 +03:00
parent 00240f089e
commit e83c3d3fc7
2 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,7 @@ ApplicationWindow {
Credits { Credits {
state: "minimal" state: "minimal"
iconLogo: "qrc:/res/res/Credits.jpg" iconLogo: "qrc:/res/res/Credits.jpg"
iconWidth: 100 iconWidth: 250
} }
Credits { Credits {

View File

@ -49,7 +49,8 @@ Page {
Image { Image {
id: logoName id: logoName
fillMode: Image.PreserveAspectCrop mipmap: true
fillMode: Image.PreserveAspectFit
source: iconLogo source: iconLogo
Layout.alignment: Qt.AlignHCenter Layout.alignment: Qt.AlignHCenter
Layout.preferredWidth: iconWidth Layout.preferredWidth: iconWidth