From 54d43cebcbb0cc9cfd379fb860117deaa22160de Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Tue, 7 Feb 2017 22:02:38 +0100 Subject: [PATCH] [Applet] Make "no device available" heading consistent with other applets Also ensure that it wraps instead of overflowing in case the text gets too long on translated system. Differential Revision: https://phabricator.kde.org/D4478 --- plasmoid/package/contents/ui/FullRepresentation.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmoid/package/contents/ui/FullRepresentation.qml b/plasmoid/package/contents/ui/FullRepresentation.qml index d6c8663d4..e09ae2dcc 100644 --- a/plasmoid/package/contents/ui/FullRepresentation.qml +++ b/plasmoid/package/contents/ui/FullRepresentation.qml @@ -29,7 +29,7 @@ Item { property alias devicesModel: devicesView.model PlasmaExtras.Heading { - anchors.centerIn: parent + width: parent.width level: 3 opacity: 0.6 text: i18n("No paired devices available")