Subversion Repositories Kolibri OS

Rev

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

Rev 5795 Rev 5801
Line 705... Line 705...
705
	}
705
	}
706
	else
706
	else
707
	{
707
	{
708
		font.bg_color = bgcol;
708
		font.bg_color = bgcol;
709
		font.prepare(0, 0, file_name_off);
709
		font.prepare(0, 0, file_name_off);
710
		font.show(files.x + 23, files.line_h - font.size.height / 2 + y);
710
		font.show(files.x + 23, files.line_h - font.height / 2 + y);
711
	}
711
	}
712
	DrawBar(files.x+files.w-141,y,1,files.line_h,system.color.work); //gray line 1
712
	DrawBar(files.x+files.w-141,y,1,files.line_h,system.color.work); //gray line 1
713
	DrawBar(files.x+files.w-68,y,1,files.line_h,system.color.work); //gray line 2
713
	DrawBar(files.x+files.w-68,y,1,files.line_h,system.color.work); //gray line 2
714
}
714
}