mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
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>
This commit is contained in:
parent
b332dd108a
commit
6850e6d567
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue