summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2018-09-25 13:09:15 +0200
committerGravatar Jan Mulder <jlmulder@xs4all.nl>2018-09-25 16:01:39 +0200
commit6850e6d567811e94f0c15fd06206b4cc5bbc030c (patch)
tree16ceb690203074d7e1c9070190b52d425e6a61e5 /mobile-widgets/qml
parentb332dd108a202af766e8e6414c55965b892b4af0 (diff)
downloadsubsurface-6850e6d567811e94f0c15fd06206b4cc5bbc030c.tar.gz
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 <jlmulder@xs4all.nl>
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r--mobile-widgets/qml/DiveList.qml1
1 files changed, 1 insertions, 0 deletions
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