summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-12-22 14:19:19 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-12-23 09:44:39 -0800
commit4dc1b4ef4a8b17046ab4454570a4a5262fc15649 (patch)
treeb8dae951cfa419cab7bc967172def17e98ec18bf /mobile-widgets
parent83acb98886840550e3ee7ad57db01a29a2743a75 (diff)
downloadsubsurface-4dc1b4ef4a8b17046ab4454570a4a5262fc15649.tar.gz
mobile/UI: update location combobox for dive edit
This one was missed in commit Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets')
-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 34c7a0fe8..d885a54fd 100644
--- a/mobile-widgets/qml/DiveDetailsEdit.qml
+++ b/mobile-widgets/qml/DiveDetailsEdit.qml
@@ -154,7 +154,7 @@ Item {
Layout.alignment: Qt.AlignRight
text: qsTr("Location:")
}
- Controls.ComboBox {
+ TemplateComboBox {
id: locationBox
editable: true
flat: true