summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/DiveDetailsEdit.qml
diff options
context:
space:
mode:
authorGravatar Joakim Bygdell <j.bygdell@gmail.com>2017-07-31 15:55:30 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-08-02 18:49:47 -0700
commit97f1dc0b0186fc28056f091fa346f60228f7ce2c (patch)
tree7c3ec9973e8e9c96f2eb1345717fc21285cc1862 /mobile-widgets/qml/DiveDetailsEdit.qml
parent9e9e06aed6429fafb603dffca6207f09d1d8c3b6 (diff)
downloadsubsurface-97f1dc0b0186fc28056f091fa346f60228f7ce2c.tar.gz
QML UI: autocomplete objects should lose focus on selection
When the user makes a selection using the autocomplete function while editing a dive the keyboard should close and the selection list should disappear. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Diffstat (limited to 'mobile-widgets/qml/DiveDetailsEdit.qml')
-rw-r--r--mobile-widgets/qml/DiveDetailsEdit.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DiveDetailsEdit.qml b/mobile-widgets/qml/DiveDetailsEdit.qml
index 796c9a5b4..4192b0e74 100644
--- a/mobile-widgets/qml/DiveDetailsEdit.qml
+++ b/mobile-widgets/qml/DiveDetailsEdit.qml
@@ -156,6 +156,7 @@ Item {
Kirigami.Label {
Layout.alignment: Qt.AlignRight
text: qsTr("Air Temp:")
+ font.pointSize: subsurfaceTheme.smallPointSize
}
TextField {
id: txtAirTemp