diff --git a/qml/pages/AboutPage.qml b/qml/pages/AboutPage.qml index 561e40a..1dd253e 100644 --- a/qml/pages/AboutPage.qml +++ b/qml/pages/AboutPage.qml @@ -51,7 +51,7 @@ Page { fillMode: Image.PreserveAspectFit asynchronous: true - width: (aboutPage.isPortrait ? aboutPage.width : aboutPage.height) / 2 + width: Math.min(2 * Theme.itemSizeHuge, Math.min(aboutPage.width, aboutPage.height) / 2) } Label {