fix #178,fix grid layout for group tasks

v0.6
Michail Vourlakos 8 years ago
parent af61ec8b36
commit e2baee43f5

@ -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 {

Loading…
Cancel
Save