diff --git a/applets/systemtray/package/contents/ui/ExpandedRepresentation.qml b/applets/systemtray/package/contents/ui/ExpandedRepresentation.qml --- a/applets/systemtray/package/contents/ui/ExpandedRepresentation.qml +++ b/applets/systemtray/package/contents/ui/ExpandedRepresentation.qml @@ -45,6 +45,7 @@ PlasmaExtras.Heading { id: heading Layout.fillWidth: true + horizontalAlignment: Text.AlignLeft level: 1 Layout.leftMargin: { //Menu mode @@ -92,6 +93,7 @@ id: noAppletHeading visible: !activeApplet Layout.fillWidth: true + horizontalAlignment: Text.AlignLeft level: 1 text: i18n("Status and Notifications") }