diff --git a/qt-mobile/qml/DiveDetails.qml b/qt-mobile/qml/DiveDetails.qml index e69d0e672..c068ff498 100644 --- a/qt-mobile/qml/DiveDetails.qml +++ b/qt-mobile/qml/DiveDetails.qml @@ -36,7 +36,7 @@ MobileComponents.Page { Item { id: content width: flick.width - height: contentRect.height + MobileComponents.Units.smallSpacing * 2 + height: childrenRect.height + MobileComponents.Units.smallSpacing * 2 ColumnLayout { anchors {