summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/status.c b/apps/status.c
index a7bc21e78d..59bbcfe781 100644
--- a/apps/status.c
+++ b/apps/status.c
@@ -172,7 +172,7 @@ void status_draw(void)
172#ifdef SIMULATOR 172#ifdef SIMULATOR
173 lcd_update(); 173 lcd_update();
174#else 174#else
175 lcd_update_rect(0,0,LCD_WIDTH,8); 175 lcd_update_rect(0, 0, LCD_WIDTH, STATUSBAR_HEIGHT);
176#endif 176#endif
177 } 177 }
178#endif 178#endif