diff options
| author | 2017-06-21 18:33:27 -0700 | |
|---|---|---|
| committer | 2017-06-21 18:33:27 -0700 | |
| commit | 28490d5dd0e9008ea36c571b182d5c5164583009 (patch) | |
| tree | 76f163b0a365e50263a3da11c4cb1e9d4bba06f6 | |
| parent | a7fca80a3e8eee3486984b3d34006cfae2b2f844 (diff) | |
| download | subsurface-28490d5dd0e9008ea36c571b182d5c5164583009.tar.gz | |
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 <dirk@hohndel.org>
| -rw-r--r-- | mobile-widgets/qml/DiveDetailsView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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) |