From 2c04a1f297ffed9d2d5d2365e0397e2e9c21c38e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 18 Aug 2021 18:03:23 -0700 Subject: [PATCH] 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 --- mobile-widgets/qml/TemplateLabelSmall.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile-widgets/qml/TemplateLabelSmall.qml b/mobile-widgets/qml/TemplateLabelSmall.qml index af8c23d9e..c9c6f0f32 100644 --- a/mobile-widgets/qml/TemplateLabelSmall.qml +++ b/mobile-widgets/qml/TemplateLabelSmall.qml @@ -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 {