This commit is contained in:
Sebastian J. Wolf 2020-10-14 23:26:16 +02:00
commit d30a72e372

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 {