diff options
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/TemplateLabelSmall.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |