summaryrefslogtreecommitdiff
path: root/apps/menus/main_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus/main_menu.c')
-rw-r--r--apps/menus/main_menu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/menus/main_menu.c b/apps/menus/main_menu.c
index a1f5fddc93..6cb013012a 100644
--- a/apps/menus/main_menu.c
+++ b/apps/menus/main_menu.c
@@ -158,6 +158,9 @@ static bool show_info(void)
158 ID2P(LANG_GIGABYTE) 158 ID2P(LANG_GIGABYTE)
159 }; 159 };
160 160
161 FOR_NB_SCREENS(i)
162 screens[i].setmargins(0, 0);
163
161 while (!done) 164 while (!done)
162 { 165 {
163 int y=0; 166 int y=0;