From e2baee43f517c371fdaff4af7a7e162690754d29 Mon Sep 17 00:00:00 2001
From: Michail Vourlakos <mvourlakos@gmail.com>
Date: Sat, 18 Feb 2017 20:58:28 +0200
Subject: [PATCH] fix #178,fix grid layout for group tasks

---
 plasmoid/contents/ui/ToolTipDelegate2.qml | 3 +++
 1 file changed, 3 insertions(+)

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 {