moviebrowser: allow 9 instead of 6 rows

* remove fake-entrys for lastPlayRow and lastRecordRow


Origin commit data
------------------
Commit: 818c404831
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-12-12 (Fri, 12 Dec 2014)

Origin message was:
------------------
- moviebrowser: allow 9 instead of 6 rows

* remove fake-entrys for lastPlayRow and lastRecordRow
This commit is contained in:
vanhofen
2014-12-12 17:48:59 +01:00
parent 2287bfb6e6
commit 0ac7681f90
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;