diff options
Diffstat (limited to 'apps/files.c')
-rw-r--r-- | apps/files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files.c b/apps/files.c index c27e39c..e21af5a 100644 --- a/apps/files.c +++ b/apps/files.c @@ -36,7 +36,7 @@ void render_list(const char *path) static struct element *list = NULL; if (list) gui_remove_element(list); - list = gui_add_container(root, 0, 0, 600, 400, COLOR_BLACK); + list = gui_add_container(root, 0, 0, 100, 100, COLOR_BLACK); struct dirent *d = read(path); |