From 7720e97db5302692204bab4e7ffc1404ab89e950 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 11 May 2020 06:51:26 -0700 Subject: [PATCH] mobile: reduce vertical white space around labels Our labels all seem to have a lot of empty vertical space around them. Try to be a bit more conservative with space. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/TemplateLabel.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile-widgets/qml/TemplateLabel.qml b/mobile-widgets/qml/TemplateLabel.qml index 4754a8121..9500aebbe 100644 --- a/mobile-widgets/qml/TemplateLabel.qml +++ b/mobile-widgets/qml/TemplateLabel.qml @@ -6,6 +6,7 @@ Label { id: myLabel color: subsurfaceTheme.textColor font.pointSize: subsurfaceTheme.regularPointSize + lineHeight: 0.8 property alias colorBackground: myLabelBackground.color background: Rectangle {