diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-12-08 07:57:59 -0600 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-03-19 12:01:14 -0700 |
commit | 9145ea209ffefedce3368a15f6227da82f1b95ce (patch) | |
tree | ad976b84552972f68755a077f3f16be6300c6d47 /mobile-widgets | |
parent | 9755650b3c0eb775d2b567ce239261e76e492270 (diff) | |
download | subsurface-9145ea209ffefedce3368a15f6227da82f1b95ce.tar.gz |
QML UI: cylinders aren't editable
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/DiveDetailsEdit.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/DiveDetailsEdit.qml b/mobile-widgets/qml/DiveDetailsEdit.qml index 9ce637acd..7a9e23ec2 100644 --- a/mobile-widgets/qml/DiveDetailsEdit.qml +++ b/mobile-widgets/qml/DiveDetailsEdit.qml @@ -290,7 +290,7 @@ Item { } Controls.ComboBox { id: cylinderBox - editable: true + flat: true model: diveDetailsListView.currentItem && diveDetailsListView.currentItem.modelData !== null ? diveDetailsListView.currentItem.modelData.dive.cylinderList : null inputMethodHints: Qt.ImhNoPredictiveText |