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:
parent
b0a4e8a443
commit
dab2613791
@ -196,6 +196,7 @@ Kirigami.Page {
|
||||
|
||||
Controls.Label {
|
||||
text: qsTr(" Previously used dive computers: ")
|
||||
font.pointSize: subsurfaceTheme.regularPointSize
|
||||
visible: PrefDiveComputer.vendor1 !== ""
|
||||
}
|
||||
Flow {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user