Fixed the app icon size on the About page in landscape

It was ridiculously large.
This commit is contained in:
Slava Monich 2020-10-14 04:03:35 +03:00
parent bfba8acc2d
commit 8e54b898d7

View file

@ -51,8 +51,7 @@ Page {
fillMode: Image.PreserveAspectFit
asynchronous: true
width: aboutPage.isPortrait ? ( 1/2 * parent.width ) : ( 1/2 * parent.height )
width: (aboutPage.isPortrait ? aboutPage.width : aboutPage.height) / 2
}
Label {