summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/DownloadFromDiveComputer.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-09-13 21:56:55 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-09-21 15:13:10 -0700
commitdab26137910d70865a7dc46da27eb5fc11822d16 (patch)
treec47f7dbbd6147a9fc191644a01729392c34fc92c /mobile-widgets/qml/DownloadFromDiveComputer.qml
parentb0a4e8a443837c089183a397258f618b46cd44a5 (diff)
downloadsubsurface-dab26137910d70865a7dc46da27eb5fc11822d16.tar.gz
Mobile: correct font size of 'Previously used DC' label
This appears to be the one label where we didn't set the correct font size based on the global scaling. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/DownloadFromDiveComputer.qml')
-rw-r--r--mobile-widgets/qml/DownloadFromDiveComputer.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DownloadFromDiveComputer.qml b/mobile-widgets/qml/DownloadFromDiveComputer.qml
index a9cde6332..e278e40ae 100644
--- a/mobile-widgets/qml/DownloadFromDiveComputer.qml
+++ b/mobile-widgets/qml/DownloadFromDiveComputer.qml
@@ -196,6 +196,7 @@ Kirigami.Page {
Controls.Label {
text: qsTr(" Previously used dive computers: ")
+ font.pointSize: subsurfaceTheme.regularPointSize
visible: PrefDiveComputer.vendor1 !== ""
}
Flow {