Subversion Repositories Kolibri OS

Rev

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

Rev 5706 Rev 5709
Line 100... Line 100...
100
		OpenDirectory(#work_folder);
100
		OpenDirectory(#work_folder);
101
		SetOpenedFileFirst(#param);
101
		SetOpenedFileFirst(#param);
102
	}
102
	}
Line 103... Line 103...
103
 
103
 
104
	StartPlayingMp3();
104
	StartPlayingMp3();
105
	list.SetSizes(1, skin.h, skin.w-1, 198, 40, 18);
105
	list.SetSizes(1, skin.h, skin.w-1, 198, 18);
106
	if (list.count <= list.visible) 
106
	if (list.count <= list.visible) 
107
	{
107
	{
108
		list.h = list.count * list.line_h;
108
		list.h = list.count * list.line_h;
109
		list.visible = list.count;
109
		list.visible = list.count;