- moviebrowser: allow 9 instead of 6 rows

* remove fake-entrys for lastPlayRow and lastRecordRow
This commit is contained in:
svenhoefer
2014-12-12 17:48:59 +01:00
parent 78c9583104
commit 818c404831
3 changed files with 20 additions and 26 deletions

View File

@@ -56,7 +56,7 @@
#include <gui/widget/textbox.h>
#include <driver/fb_window.h>
#define LF_MAX_ROWS 6
#define LF_MAX_ROWS 9
typedef struct
{
int rows;