Merge pull request #79 from monich/about-icon

Adjusted app icon size on the about page (again)
This commit is contained in:
Sebastian Wolf 2020-10-18 15:16:58 +02:00 committed by GitHub
commit a9f7a10033
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ Page {
fillMode: Image.PreserveAspectFit
asynchronous: true
width: (aboutPage.isPortrait ? aboutPage.width : aboutPage.height) / 2
width: Math.min(2 * Theme.itemSizeHuge, Math.min(aboutPage.width, aboutPage.height) / 2)
}
Label {