summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 6dcb52d1a4..73bb3b77f2 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -133,7 +133,9 @@ void browse_root(void)
check_rockboxdir();
strcpy(tc.currdir, "/");
-
+#ifdef HAVE_LCD_CHARCELLS
+ lcd_double_height(false);
+#endif
#ifndef SIMULATOR
dirbrowse();