vertical panel done

git-svn-id: http://tint2.googlecode.com/svn/trunk@124 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr
2009-06-24 20:17:57 +00:00
parent c334860bb2
commit 3550ebadf1
6 changed files with 77 additions and 44 deletions

View File

@@ -289,7 +289,7 @@ void draw_task (void *obj, cairo_t *c, int active)
Task *tsk = obj;
PangoLayout *layout;
config_color *config_text;
int width, height;
int width=0, height;
Panel *panel = (Panel*)tsk->area.panel;
if (panel->g_task.text) {