Merge pull request #68 from monich/about-icon
Fix the app icon size on the About page in landscape
This commit is contained in:
commit
f94c856499
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue