1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-30 09:47:23 +03:00

fix #178,fix grid layout for group tasks

This commit is contained in:
Michail Vourlakos 2017-02-18 20:58:28 +02:00
parent 560accc9fe
commit e7eb5c6017

View File

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