File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ MouseArea {
445445 var parentSize = ! isVertical ? frame .width : frame .height ;
446446 var indicatorComputedSize;
447447 var adjustment = isFirst ? adjust : 0
448- var parentSpacingAdjust = task .childCount >= 1 && maxStates >= 2 ? spacing * 3 : 0 // Spacing fix for multiple items
448+ var parentSpacingAdjust = task .childCount >= 1 && maxStates >= 2 ? ( spacing * 2.5 ) : 0 // Spacing fix for multiple items
449449 if (plasmoid .configuration .indicatorDominantColor ){
450450 colorEval = decoColor
451451 }
@@ -492,7 +492,7 @@ MouseArea {
492492 var colorHSL = hexToHSL (colorEval)
493493 colorCalc = Qt .hsla (colorHSL .h , 0.2 , 0.6 , 1 )
494494 }
495- if (! isFirst && plasmoid .configuration .indicatorStyle === 0 ) {// Metro specific handling
495+ else if (! isFirst && plasmoid .configuration .indicatorStyle === 0 && task . state !== " minimized " ) {// Metro specific handling
496496 colorCalc = Qt .darker (colorEval, 1.2 )
497497 }
498498 else {
You can’t perform that action at this time.
0 commit comments