diff --git a/shell/contents/applet/CompactApplet.qml b/shell/contents/applet/CompactApplet.qml index 13afafa2..3a7e5622 100644 --- a/shell/contents/applet/CompactApplet.qml +++ b/shell/contents/applet/CompactApplet.qml @@ -35,6 +35,8 @@ Item { onCompactRepresentationChanged: { if (compactRepresentation) { compactRepresentation.parent = root; + compactRepresentation.anchors.fill = undefined; + compactRepresentation.anchors.right = undefined; compactRepresentation.anchors.left = root.left; compactRepresentation.anchors.top = root.top; compactRepresentation.width = units.iconSizes.medium;