From aaf30651df27e0eb6fab876502fa1e6c084160bf Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 12 Feb 2013 21:00:05 +1100 Subject: skin_engine: Add a debug screen to display skin ram usage Change-Id: Ida9c33211d9360ac88e30a2cf8df9f191bee8b45 --- apps/gui/bitmap/list.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/gui/bitmap') diff --git a/apps/gui/bitmap/list.c b/apps/gui/bitmap/list.c index 191446e186..ede0de8881 100644 --- a/apps/gui/bitmap/list.c +++ b/apps/gui/bitmap/list.c @@ -277,6 +277,7 @@ void list_draw(struct screen *display, struct gui_synclist *list) list_icons.x += indent; list_text_vp->x += indent; } + list_icons.width -= indent; list_text_vp->width -= indent; } @@ -392,6 +393,7 @@ void list_draw(struct screen *display, struct gui_synclist *list) list_icons.x -= indent; list_text_vp->x -= indent; } + list_icons.width += indent; list_text_vp->width += indent; } } -- cgit v1.2.3