From c82c24a9743928231b9b0da17931ff0247846076 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Fri, 1 Sep 2017 18:40:35 +0200 Subject: [PATCH] not necessary to expand notifications --- containments/panel/contents/ui/main.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/containments/panel/contents/ui/main.qml b/containments/panel/contents/ui/main.qml index 81f1f354..e7a3eed5 100644 --- a/containments/panel/contents/ui/main.qml +++ b/containments/panel/contents/ui/main.qml @@ -62,7 +62,6 @@ 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;