Skip to content

applets/taskmanager: Remove `hasRootIndex`

Fushan Wen requested to merge work/fuf/spacing-fix into master

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.

Merge request reports