Eolite: fix menu bug, remove min_h from llist.h

git-svn-id: svn://kolibrios.org@5709 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2015-08-10 12:06:47 +00:00
parent 8f52c43d64
commit 3372b13bc3
10 changed files with 23 additions and 25 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ void main()
}
StartPlayingMp3();
list.SetSizes(1, skin.h, skin.w-1, 198, 40, 18);
list.SetSizes(1, skin.h, skin.w-1, 198, 18);
if (list.count <= list.visible)
{
list.h = list.count * list.line_h;