diff --git a/qml/pages/AboutPage.qml b/qml/pages/AboutPage.qml index 2f60d31..561e40a 100644 --- a/qml/pages/AboutPage.qml +++ b/qml/pages/AboutPage.qml @@ -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 {