Subversion Repositories Kolibri OS

Rev

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

Rev 5981 Rev 5985
Line 717... Line 717...
717
	}
717
	}
718
	else
718
	else
719
	{
719
	{
720
		font.bg_color = bgcol;
720
		font.bg_color = bgcol;
721
		font.smooth = smooth_font;
721
		font.smooth = smooth_font;
722
		font.prepare(files.x + 23, files.item_h - font.height / 2 + y, file_name_off);
722
		font.write(files.x + 23, files.item_h - font.height / 2 + y, file_name_off);
723
		font.show();
-
 
724
	}
723
	}
725
	DrawBar(files.x+files.w-141,y,1,files.item_h,system.color.work); //gray line 1
724
	DrawBar(files.x+files.w-141,y,1,files.item_h,system.color.work); //gray line 1
726
	DrawBar(files.x+files.w-68,y,1,files.item_h,system.color.work); //gray line 2
725
	DrawBar(files.x+files.w-68,y,1,files.item_h,system.color.work); //gray line 2
727
}
726
}