Subversion Repositories Kolibri OS

Rev

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

Rev 5765 Rev 5767
Line 65... Line 65...
65
void Draw_List()
65
void Draw_List()
66
{
66
{
67
	int i;
67
	int i;
68
	int yyy;
68
	int yyy;
69
	int list_last;
69
	int list_last;
-
 
70
	list[SKINS].SetFont(6, 6, 10000000b);
-
 
71
	list[WALLPAPERS].SetFont(6, 6, 10000000b);
70
	list[SKINS].SetSizes(0, PANEL_H, Form.cwidth-scroll1.size_x-1, Form.cheight-PANEL_H, 20);
72
	list[SKINS].SetSizes(0, PANEL_H, Form.cwidth-scroll1.size_x-1, Form.cheight-PANEL_H, 20);
71
	list[WALLPAPERS].SetSizes(0, PANEL_H, Form.cwidth-scroll1.size_x-1, Form.cheight-PANEL_H, 20);
73
	list[WALLPAPERS].SetSizes(0, PANEL_H, Form.cwidth-scroll1.size_x-1, Form.cheight-PANEL_H, 20);
72
	if (list[active].count > list[active].visible) list_last = list[active].visible; else list_last = list[active].count;
74
	if (list[active].count > list[active].visible) list_last = list[active].visible; else list_last = list[active].count;
Line 73... Line 75...
73
 
75