[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:
parent
12a3027be6
commit
54d43cebcb
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue