fbpanel icon indicating copy to clipboard operation
fbpanel copied to clipboard

Hardcoded TASK_HEIGHT_MAX does not look good on side bar.

Open FredericGuilbault opened this issue 5 years ago • 1 comments

Hi I have a 60 px width sidebar with but the task Icons are just 28 PX hight witch create tiny floating icons in a large side bar.

I did this dirty fix to fill my needs https://github.com/FredericGuilbault/fbpanel/commit/e52e17d0e9df342c702cf501ca97c978df2f90c8?diff=split

It defenitely look better: lysmarine menu

But that would be great to have something clean.

FredericGuilbault avatar Apr 06 '19 00:04 FredericGuilbault

Try not using bitmap icons at all. Pick a theme with all SVG icons. And might be modify the code of fbpanel to display SVG. And for enforcement make fbpanel accept only svg icons. Just an idea

mgrouch avatar Oct 13 '20 22:10 mgrouch