back to ELLIPSIZE_END and multi-line task name. multi-line depend on task vertical_padding and size of font

git-svn-id: http://tint2.googlecode.com/svn/trunk@434 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2010-04-19 21:44:40 +00:00
parent af80193e89
commit a4c2956eca
3 changed files with 11 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ typedef struct {
Background* background[TASK_STATE_COUNT];
int config_background_mask;
// starting position for text ~ task_padding + task_border + icon_size
double text_posx, text_posy;
double text_posx, text_height;
int font_shadow;
PangoFontDescription *font_desc;