taskbar: add TODO for icon sizing in large panels

git-svn-id: http://tint2.googlecode.com/svn/trunk@660 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
o9000 2015-01-21 00:12:05 +00:00 committed by mrovi9000@gmail.com
parent de5045d88e
commit 42469038a8

View file

@ -313,7 +313,7 @@ void get_icon (Task *tsk)
}
}
// TODO icons look too large when the panel is large
void draw_task_icon (Task *tsk, int text_width)
{
if (tsk->icon[tsk->current_state] == 0) return;