diff --git a/plasmoid/contents/ui/TaskDelegate.qml b/plasmoid/contents/ui/TaskDelegate.qml index ecde9b9cb..074fd79a1 100644 --- a/plasmoid/contents/ui/TaskDelegate.qml +++ b/plasmoid/contents/ui/TaskDelegate.qml @@ -479,6 +479,7 @@ MouseArea{ if(!root.hasInternalSeparator) { root.updateScale(index+2, 1, 0); root.updateScale(index-2, 1, 0); + root.updateScale(icList.tasksCount, 1, 0); } else if(root.internalSeparatorPos>=0) { if(root.internalSeparatorPos === index+1){ root.updateScale(index+3, 1, 0); @@ -489,6 +490,13 @@ MouseArea{ } } + if(index>1 && icList.tasksCount>2) + root.updateScale(-1, 1, 0); + if(index2) + root.updateScale(icList.tasksCount, 1, 0); + + + //Left hiddenSpacer if(((index === 0 )&&(icList.count > 1)) && !root.disableLeftSpacer){ hiddenSpacerLeft.nScale = leftScale - 1;