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:
parent
9b669d91e0
commit
2c04a1f297
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user