Subversion Repositories Kolibri OS

Rev

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

Rev 5977 Rev 5981
Line 716... Line 716...
716
		}		
716
		}		
717
	}
717
	}
718
	else
718
	else
719
	{
719
	{
720
		font.bg_color = bgcol;
720
		font.bg_color = bgcol;
721
		font.use_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.prepare(files.x + 23, files.item_h - font.height / 2 + y, file_name_off);
723
		font.show();
723
		font.show();
724
	}
724
	}
725
	DrawBar(files.x+files.w-141,y,1,files.item_h,system.color.work); //gray line 1
725
	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
726
	DrawBar(files.x+files.w-68,y,1,files.item_h,system.color.work); //gray line 2