summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/gui/bitmap/list.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/gui/bitmap/list.c b/apps/gui/bitmap/list.c
index ede0de8881..191446e186 100644
--- a/apps/gui/bitmap/list.c
+++ b/apps/gui/bitmap/list.c
@@ -277,7 +277,6 @@ void list_draw(struct screen *display, struct gui_synclist *list)
277 list_icons.x += indent; 277 list_icons.x += indent;
278 list_text_vp->x += indent; 278 list_text_vp->x += indent;
279 } 279 }
280 list_icons.width -= indent;
281 list_text_vp->width -= indent; 280 list_text_vp->width -= indent;
282 } 281 }
283 282
@@ -393,7 +392,6 @@ void list_draw(struct screen *display, struct gui_synclist *list)
393 list_icons.x -= indent; 392 list_icons.x -= indent;
394 list_text_vp->x -= indent; 393 list_text_vp->x -= indent;
395 } 394 }
396 list_icons.width += indent;
397 list_text_vp->width += indent; 395 list_text_vp->width += indent;
398 } 396 }
399 } 397 }