mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue