diff --git a/plasmoid/contents/ui/ToolTipDelegate2.qml b/plasmoid/contents/ui/ToolTipDelegate2.qml index 19bbc11ce..5a17db0d7 100644 --- a/plasmoid/contents/ui/ToolTipDelegate2.qml +++ b/plasmoid/contents/ui/ToolTipDelegate2.qml @@ -153,6 +153,9 @@ PlasmaExtras.ScrollArea { flow: isVerticalPanel ? Grid.TopToBottom : Grid.LeftToRight spacing: units.largeSpacing + width: isGroup ? childrenRect.width : 0 + height: isGroup ? childrenRect.height : 0 + visible: isGroup Repeater {