diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-09-13 21:56:55 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-09-21 15:13:10 -0700 |
commit | dab26137910d70865a7dc46da27eb5fc11822d16 (patch) | |
tree | c47f7dbbd6147a9fc191644a01729392c34fc92c /mobile-widgets/qml/DownloadFromDiveComputer.qml | |
parent | b0a4e8a443837c089183a397258f618b46cd44a5 (diff) | |
download | subsurface-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.qml | 1 |
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 { |