View Single Post
Old 10-22-2008, 02:27 PM   #10
Shaggy
Wizard
Shaggy ought to be getting tired of karma fortunes by now.Shaggy ought to be getting tired of karma fortunes by now.Shaggy ought to be getting tired of karma fortunes by now.Shaggy ought to be getting tired of karma fortunes by now.Shaggy ought to be getting tired of karma fortunes by now.Shaggy ought to be getting tired of karma fortunes by now.Shaggy ought to be getting tired of karma fortunes by now.Shaggy ought to be getting tired of karma fortunes by now.Shaggy ought to be getting tired of karma fortunes by now.Shaggy ought to be getting tired of karma fortunes by now.Shaggy ought to be getting tired of karma fortunes by now.
 
Shaggy's Avatar
 
Posts: 4,293
Karma: 529619
Join Date: May 2007
Device: iRex iLiad, DR800SG
You guys have probably already found this, but from lister.h:

// only used to allocate data structures => layout uses fixed sizes => fixed # items on a page
#define MAX_ITEMS_ON_ONE_PAGE 6

So the "file bar layout" in gtkContentListItem.c will need to be changed too, in order to reduce the amount of space that each item takes up. Or split the content lister into multiple columns instead (but that's probably more ambitious).

I haven't looked at it for more that just a minute or two, so there may be more to it. Initially it doesn't look too bad though.
Shaggy is offline   Reply With Quote