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>
This commit is contained in:
Dirk Hohndel 2019-09-13 21:56:55 +02:00
parent b0a4e8a443
commit dab2613791

View file

@ -196,6 +196,7 @@ Kirigami.Page {
Controls.Label {
text: qsTr(" Previously used dive computers: ")
font.pointSize: subsurfaceTheme.regularPointSize
visible: PrefDiveComputer.vendor1 !== ""
}
Flow {