From 6850e6d567811e94f0c15fd06206b4cc5bbc030c Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Tue, 25 Sep 2018 13:09:15 +0200 Subject: mobile, QML: correct font scaling of the divelist Changing the scale, it seems that the header of trips is not rescaled. The reason for this is simple. That string does not use our manipulated font but a different one. In fact, this is the only ocurrence on the divelist that did not scale. However, other screens hardly rescaled at all. All these will be fixed in seperate commits. Signed-off-by: Jan Mulder --- mobile-widgets/qml/DiveList.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'mobile-widgets') diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index 7ca5ec493..ce8b1edb5 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -304,6 +304,7 @@ Kirigami.ScrollablePage { wrapMode: Text.WrapAtWordBoundaryOrAnywhere visible: text !== "" font.weight: Font.Bold + font.pointSize: subsurfaceTheme.regularPointSize anchors { top: parent.top left: dateBox.right -- cgit v1.2.3-70-g09d2