summaryrefslogtreecommitdiff
path: root/apps/screens.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.c')
-rw-r--r--apps/screens.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screens.c b/apps/screens.c
index 4c71667a91..540cde5499 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -983,7 +983,7 @@ bool browse_id3(void)
983 char buf[64]; 983 char buf[64];
984 const struct mp3entry* id3 = audio_current_track(); 984 const struct mp3entry* id3 = audio_current_track();
985#if defined(HAVE_LCD_BITMAP) 985#if defined(HAVE_LCD_BITMAP)
986 const int y_margin = lcd_getymargin(); 986 const int y_margin = global_settings.statusbar ? STATUSBAR_HEIGHT : 0;
987 const int line_height = font_get(FONT_UI)->height; 987 const int line_height = font_get(FONT_UI)->height;
988 const int rows = (LCD_HEIGHT - y_margin) / line_height; 988 const int rows = (LCD_HEIGHT - y_margin) / line_height;
989 const bool show_scrollbar = global_settings.scrollbar 989 const bool show_scrollbar = global_settings.scrollbar