Merge branch 'master' of https://github.com/Wunderfitz/harbour-fernschreiber
This commit is contained in:
commit
d30a72e372
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