diff --git a/declarativeimports/plasmacomponents/qml/Label.qml b/declarativeimports/plasmacomponents/qml/Label.qml index 9fd941dae..dca9f70bb 100644 --- a/declarativeimports/plasmacomponents/qml/Label.qml +++ b/declarativeimports/plasmacomponents/qml/Label.qml @@ -24,7 +24,7 @@ Text { id: root height: theme.defaultFont.mSize.height*1.8 - verticalAlignment: Text.AlignVCenter + verticalAlignment: lineCount > 1 ? Text.AlignTop : Text.AlignVCenter font.capitalization: theme.defaultFont.capitalization font.family: theme.defaultFont.family