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.
|