From 959e5ab7978e4496662540f321db76cfb2bb669c Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Tue, 1 Oct 2019 18:20:50 +0200 Subject: [PATCH] try harder to keep panel plasmoid as icons --- containments/panel/package/contents/ui/main.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/containments/panel/package/contents/ui/main.qml b/containments/panel/package/contents/ui/main.qml index 190175ea..e0d1d009 100644 --- a/containments/panel/package/contents/ui/main.qml +++ b/containments/panel/package/contents/ui/main.qml @@ -65,6 +65,8 @@ PlasmaCore.ColorScope { applet.fullRepresentationItem.anchors.fill = notificationsParent; } else { applet.preferredRepresentation = applet.compactRepresentation + applet.switchWidth = -1; + applet.switchHeight = -1; } }