applets/taskmanager: Remove `hasRootIndex`
applets/taskmanager: Remove hasRootIndex
It's only used in groupToolTip, but when groupToolTip is active, hasRootIndex is always true.
applets/taskmanager: Use PlasmaCore.Units.largeSpacing
to estimate width/height
The spacing between tasks is PlasmaCore.Units.largeSpacing
, not
2*PlasmaCore.Units.smallSpacing
.