Subversion Repositories Kolibri OS

Rev

Rev 9453 | Rev 9516 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9453 Rev 9455
Line 63... Line 63...
63
	{
63
	{
64
		col_bg = 0xC3A1B7;
64
		col_bg = 0xC3A1B7;
65
		col_text = MixColors(sc.work, sc.work_text, 120);
65
		col_text = MixColors(sc.work, sc.work_text, 120);
66
	} 
66
	} 
67
	DefineHiddenButton(xx-2,y, ww-1+4,TAB_HEIGHT-1, _id + base_id);
67
	DefineHiddenButton(xx-2,y, ww-1+4,TAB_HEIGHT-1, _id + base_id);
68
	WriteText(xx, y+6, 0x90, col_text, text);
68
	WriteTextWithBg(xx, y+6, 0xD0, col_text, text, sc.work);
69
	DrawBar(xx, y+TAB_HEIGHT-3, ww, 3, col_bg);
69
	DrawBar(xx, y+TAB_HEIGHT-3, ww, 3, col_bg);
70
	return ww;
70
	return ww;
71
}
71
}
Line 72... Line 72...
72
 
72