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:
parent
560accc9fe
commit
e7eb5c6017
@ -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…
x
Reference in New Issue
Block a user