mirror of
https://github.com/QuasarApp/Credits.git
synced 2025-04-26 01:34: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 {
|
||||
state: "minimal"
|
||||
iconLogo: "qrc:/res/res/Credits.jpg"
|
||||
iconWidth: 100
|
||||
iconWidth: 250
|
||||
|
||||
}
|
||||
Credits {
|
||||
|
@ -49,7 +49,8 @@ Page {
|
||||
|
||||
Image {
|
||||
id: logoName
|
||||
fillMode: Image.PreserveAspectCrop
|
||||
mipmap: true
|
||||
fillMode: Image.PreserveAspectFit
|
||||
source: iconLogo
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
Layout.preferredWidth: iconWidth
|
||||
|
Loading…
x
Reference in New Issue
Block a user