From 28490d5dd0e9008ea36c571b182d5c5164583009 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 21 Jun 2017 18:33:27 -0700 Subject: QML UI: DiveDetails: add more space at bottom This way the user can scroll up the page to see all of the notes without having them covered by the action button. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveDetailsView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets/qml') diff --git a/mobile-widgets/qml/DiveDetailsView.qml b/mobile-widgets/qml/DiveDetailsView.qml index dc10bc11f..b060df733 100644 --- a/mobile-widgets/qml/DiveDetailsView.qml +++ b/mobile-widgets/qml/DiveDetailsView.qml @@ -321,7 +321,7 @@ Item { Item { Layout.columnSpan: 3 Layout.fillWidth: true - Layout.minimumHeight: Kirigami.Units.gridUnit * 3 + Layout.minimumHeight: Kirigami.Units.gridUnit * 6 } Component.onCompleted: { qmlProfile.setMargin(Kirigami.Units.smallSpacing) -- cgit v1.2.3-70-g09d2