fbpanel
fbpanel copied to clipboard
Hardcoded TASK_HEIGHT_MAX does not look good on side bar.
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:
But that would be great to have something clean.
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