mirror of
https://github.com/QuasarApp/Credits.git
synced 2025-04-29 11:14:38 +00:00
ref #18 Fix end by support logo
This commit is contained in:
parent
00240f089e
commit
e83c3d3fc7
@ -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 {
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user