summaryrefslogtreecommitdiff
path: root/apps/wps-display.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wps-display.c')
-rw-r--r--apps/wps-display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps-display.c b/apps/wps-display.c
index 98a1d8b632..ec1e9c76e5 100644
--- a/apps/wps-display.c
+++ b/apps/wps-display.c
@@ -548,7 +548,7 @@ bool wps_refresh(struct mp3entry* id3, int ffwd_offset, bool refresh_all)
548#else 548#else
549 int w,h; 549 int w,h;
550 int offset = global_settings.statusbar ? STATUSBAR_HEIGHT : 0; 550 int offset = global_settings.statusbar ? STATUSBAR_HEIGHT : 0;
551 lcd_getstringsize("M",FONT_UI,&w,&h); 551 lcd_getstringsize("M",&w,&h);
552 slidebar(0, i*h + offset + 1, LCD_WIDTH, 6, 552 slidebar(0, i*h + offset + 1, LCD_WIDTH, 6,
553 (id3->elapsed + ff_rewind_count) * 100 / id3->length, 553 (id3->elapsed + ff_rewind_count) * 100 / id3->length,
554 Grow_Right); 554 Grow_Right);