[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
This commit is contained in:
Kai Uwe Broulik 2017-02-07 22:02:38 +01:00
parent 12a3027be6
commit 54d43cebcb

View file

@ -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")