mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ Kirigami.Page {
|
|||
|
||||
Controls.Label {
|
||||
text: qsTr(" Previously used dive computers: ")
|
||||
font.pointSize: subsurfaceTheme.regularPointSize
|
||||
visible: PrefDiveComputer.vendor1 !== ""
|
||||
}
|
||||
Flow {
|
||||
|
|
Loading…
Reference in a new issue