diff options
-rw-r--r-- | mobile-widgets/qml/TemplateLabel.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |