From 6184b2cae0919daec4a2d8ecef70841d3410e533 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 7 Feb 2019 20:18:54 +0100 Subject: [PATCH] always force panel applets to be compact --- 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 ae3849e3..ddd61dfa 100644 --- a/containments/panel/package/contents/ui/main.qml +++ b/containments/panel/package/contents/ui/main.qml @@ -64,6 +64,7 @@ PlasmaCore.ColorScope { notificationsParent.applet = applet; applet.fullRepresentationItem.anchors.fill = notificationsParent; } else { + applet.preferredRepresentation = applet.compactRepresentation quickSettings.addPlasmoid(applet); } }