Skip to content

WIP: Made the task manager extend to panel borders

Before:

Screenshot_20200726_220942

After:

Screenshot_20200726_220751

Please note that this doesn't mean that the TM ignores panel's margins; the panel margins are still applied to the icon inside the TM.

The code is WIP:

a) I'm very confused how to properly tell the layout.js that I changed the spacing between the items; current solution might be a bit hacky

b) This breaks when panel size is small, because panel's margin does not follow svg margin under a certain size.

Edited by Niccolò Venerandi

Merge request reports