mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
83acb98886
commit
4dc1b4ef4a
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ Item {
|
|||
Layout.alignment: Qt.AlignRight
|
||||
text: qsTr("Location:")
|
||||
}
|
||||
Controls.ComboBox {
|
||||
TemplateComboBox {
|
||||
id: locationBox
|
||||
editable: true
|
||||
flat: true
|
||||
|
|
Loading…
Add table
Reference in a new issue