From dab26137910d70865a7dc46da27eb5fc11822d16 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 13 Sep 2019 21:56:55 +0200 Subject: 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 --- mobile-widgets/qml/DownloadFromDiveComputer.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'mobile-widgets/qml') 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 { -- cgit v1.2.3-70-g09d2