D25844: Add grouping options in Icons-only Task Manager
George Vogiatzis
noreply at phabricator.kde.org
Tue Dec 10 13:38:30 GMT 2019
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20191210/3d612238/attachment.html>
More information about the Plasma-devel
mailing list