mobile: tweak line spacing

When strings in dive details wrap, the line spacing is too tight
in some circumstances. While not perfect, this change improves
the situation somewhat.

See #3263

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2021-08-18 18:03:23 -07:00
parent 9b669d91e0
commit 2c04a1f297

View file

@ -6,7 +6,7 @@ Label {
id: myLabel
color: subsurfaceTheme.textColor
font.pointSize: subsurfaceTheme.smallPointSize
lineHeight: 0.6
lineHeight: 0.7
property alias colorBackground: myLabelBackground.color
background: Rectangle {