mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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 {
|
Controls.Label {
|
||||||
text: qsTr(" Previously used dive computers: ")
|
text: qsTr(" Previously used dive computers: ")
|
||||||
|
font.pointSize: subsurfaceTheme.regularPointSize
|
||||||
visible: PrefDiveComputer.vendor1 !== ""
|
visible: PrefDiveComputer.vendor1 !== ""
|
||||||
}
|
}
|
||||||
Flow {
|
Flow {
|
||||||
|
|
Loading…
Add table
Reference in a new issue