summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/DiveDetailsEdit.qml
diff options
context:
space:
mode:
authorGravatar Joakim Bygdell <j.bygdell@gmail.com>2017-07-31 19:43:56 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-08-02 18:49:47 -0700
commita9348607e7b4239052718239ad944a228e694f03 (patch)
tree8e5026d5de437c6bf58316a4e4d2f8c4a6362d4b /mobile-widgets/qml/DiveDetailsEdit.qml
parent29e704a1b29ade04d5cbb8e9a27cbac31d957754 (diff)
downloadsubsurface-a9348607e7b4239052718239ad944a228e694f03.tar.gz
QML UI: add more width to dive edit page
Mobile devices hare rather limited when it comes to screen size, there is no point in reducing the availabel space more than neccecary. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Diffstat (limited to 'mobile-widgets/qml/DiveDetailsEdit.qml')
-rw-r--r--mobile-widgets/qml/DiveDetailsEdit.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/DiveDetailsEdit.qml b/mobile-widgets/qml/DiveDetailsEdit.qml
index c9699d19e..3d1b31194 100644
--- a/mobile-widgets/qml/DiveDetailsEdit.qml
+++ b/mobile-widgets/qml/DiveDetailsEdit.qml
@@ -77,7 +77,7 @@ Item {
ColumnLayout {
id: editArea
spacing: Kirigami.Units.smallSpacing
- width: parent.width - 2 * Kirigami.Units.gridUnit
+ width: parent.width
GridLayout {
id: editorDetails