From 7193cfc927c342d7bdbba79134c92e9d9d76ed68 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Tue, 9 Mar 2021 19:20:05 +0100 Subject: [PATCH] [plasmoid] Use PlaceholderMessage from PlasmaExtras instead of Kirigami Otherwise the style may be incorrect BUG: 434197 --- plasmoid/package/contents/ui/FullRepresentation.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plasmoid/package/contents/ui/FullRepresentation.qml b/plasmoid/package/contents/ui/FullRepresentation.qml index eee6fa77a..e515d3802 100644 --- a/plasmoid/package/contents/ui/FullRepresentation.qml +++ b/plasmoid/package/contents/ui/FullRepresentation.qml @@ -12,7 +12,6 @@ import org.kde.plasma.extras 2.0 as PlasmaExtras import org.kde.kdeconnect 1.0 as KdeConnect import QtQuick.Layouts 1.9 import org.kde.kquickcontrolsaddons 2.0 -import org.kde.kirigami 2.12 as Kirigami Item { id: kdeconnect @@ -44,7 +43,7 @@ Item { anchors.fill: parent delegate: DeviceDelegate { } - Kirigami.PlaceholderMessage { + PlasmaExtras.PlaceholderMessage { // For optimal label and button sizing width: units.gridUnit * 20 anchors.centerIn: parent