gvgeo added inline comments.

INLINE COMMENTS

> layout.js:88
> +        //  Fit more tasks in this case, that is possible to cut text, 
> before combining tasks.
> +        return Math.ceil(length / maximum) * maxStripes() + 1;
> +    }

This has an effect mostly for small displays. On bigger displays this has a 
small effect.
If this is not by design could be instead:

  Math.Ceil(Math.floor(length / maximum) * maxStripes() * 1.25);

REPOSITORY
  R119 Plasma Desktop

REVISION DETAIL
  https://phabricator.kde.org/D25844

To: gvgeo, #plasma, #vdg
Cc: broulik, plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, fbampaloukas, 
GB_2, ragreen, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, ahiemstra, mart

Reply via email to