diff --git a/active/app/package/contents/ui/FullScreenDelegate.qml b/active/app/package/contents/ui/FullScreenDelegate.qml index ac308aa53..3cbf77002 100644 --- a/active/app/package/contents/ui/FullScreenDelegate.qml +++ b/active/app/package/contents/ui/FullScreenDelegate.qml @@ -159,9 +159,10 @@ MouseEventListener { id: mainPage document: documentItem flickable: mainFlickable - anchors.centerIn: parent property real ratio: implicitWidth / implicitHeight + x: Math.round((parent.width - width) / 2) + y: Math.round((parent.height - height) / 2) width: implicitWidth height: implicitHeight }