From cc7b4983c07a00ab721bd5b4a533f3078c871530 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 25 Nov 2020 12:32:07 +0100 Subject: Fixed file manager Idk how I could miss that... --- apps/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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); -- cgit v1.2.3