diff --git a/qt-mobile/qml/DiveDetails.qml b/qt-mobile/qml/DiveDetails.qml index 87078d1ac..c65c92d2d 100644 --- a/qt-mobile/qml/DiveDetails.qml +++ b/qt-mobile/qml/DiveDetails.qml @@ -30,8 +30,7 @@ Item { Flickable { id: flick - width: parent.width - anchors { top: parent.top; bottom: parent.bottom } + anchors.fill: parent contentHeight: parent.height clip: true ColumnLayout {