mobile/UI: update location combobox for dive edit

This one was missed in commit

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-12-22 14:19:19 -08:00
parent 83acb98886
commit 4dc1b4ef4a

View file

@ -154,7 +154,7 @@ Item {
Layout.alignment: Qt.AlignRight Layout.alignment: Qt.AlignRight
text: qsTr("Location:") text: qsTr("Location:")
} }
Controls.ComboBox { TemplateComboBox {
id: locationBox id: locationBox
editable: true editable: true
flat: true flat: true