Subversion Repositories Kolibri OS

Rev

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

Rev 4662 Rev 4846
Line 48... Line 48...
48
	h = hh;
48
	h = hh;
49
	min_h = min_hh;
49
	min_h = min_hh;
50
	line_h = line_hh;
50
	line_h = line_hh;
51
	text_y = line_hh / 2 - 4;
51
	text_y = line_hh / 2 - 4;
52
	visible = h / line_h;
52
	visible = h / line_h;
53
	if (visible > count) visible=count;
53
	//if (visible > count) visible=count;
54
}
54
}
Line 55... Line 55...
55
 
55
 
56
 
56