Merge pull request #79 from monich/about-icon
Adjusted app icon size on the about page (again)
This commit is contained in:
commit
a9f7a10033
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ Page {
|
||||||
|
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
asynchronous: true
|
asynchronous: true
|
||||||
width: (aboutPage.isPortrait ? aboutPage.width : aboutPage.height) / 2
|
width: Math.min(2 * Theme.itemSizeHuge, Math.min(aboutPage.width, aboutPage.height) / 2)
|
||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
|
|
Loading…
Reference in a new issue