Subversion Repositories Kolibri OS

Rev

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

Rev 6091 Rev 6177
Line 170... Line 170...
170
}
170
}
Line 171... Line 171...
171
 
171
 
172
void draw_top_bar()
172
void draw_top_bar()
173
{
173
{
174
	DrawBar(0,0,Form.cwidth, list.y-2, system.color.work);
174
	DrawBar(0,0,Form.cwidth, list.y-2, system.color.work);
175
	DrawBar(0,list.y-2, Form.cwidth, 1, ShadowPixel(system.color.work, 1));
175
	DrawBar(0,list.y-2, Form.cwidth, 1, MixColors(system.color.work, system.color.work_graph, 180));
176
	DrawBar(0,list.y-1, Form.cwidth, 1, system.color.work_graph);
176
	DrawBar(0,list.y-1, Form.cwidth, 1, system.color.work_graph);
177
	label.write_center(0,5, Form.cwidth, list.y, system.color.work, system.color.work_text, 16, #window_title);
177
	label.write_center(0,5, Form.cwidth, list.y, system.color.work, system.color.work_text, 16, #window_title);