From 944f53ada78d11b8ffa6f6c6522f907c42710522 Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Mon, 12 Nov 2018 19:29:29 +0530 Subject: [PATCH] expand applet --- containments/panel/package/contents/ui/main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/containments/panel/package/contents/ui/main.qml b/containments/panel/package/contents/ui/main.qml index cc6421c9..86981c48 100644 --- a/containments/panel/package/contents/ui/main.qml +++ b/containments/panel/package/contents/ui/main.qml @@ -57,6 +57,7 @@ PlasmaCore.ColorScope { applet.visible = true; container.visible = true; if (applet.pluginName == "org.kde.phone.notifications") { + applet.expanded = true applet.fullRepresentationItem.parent = notificationsParent; notificationsParent.applet = applet; applet.fullRepresentationItem.anchors.fill = notificationsParent;