mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-22 11:56:42 +00:00
file list should fill the screen
This commit is contained in:
parent
0c0ccac855
commit
5190469e9c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ MenuEntry_t MakeMenuOutFSEntry(FSEntry_t entry){
|
|||
return out;
|
||||
}
|
||||
|
||||
#define maxYOnScreen 35
|
||||
#define maxYOnScreen 42
|
||||
|
||||
void clearFileVector(Vector_t *v){
|
||||
vecPDefArray(FSEntry_t*, entries, v);
|
||||
|
|
Loading…
Reference in a new issue