Merge pull request #68 from monich/about-icon

Fix the app icon size on the About page in landscape
This commit is contained in:
Sebastian Wolf 2020-10-14 17:29:30 +02:00 committed by GitHub
commit f94c856499
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {