forked from len0rd/rockbox
list widget: undo part of aaf3065
It fixed a simulator warning in the skin debug screen but broke the icons in the database folder chooser. Proper fix shortly. Change-Id: If366daacc440f937c40960112477b8f6136b72b9
This commit is contained in:
parent
cb9258ef0f
commit
1cc0809ca2
1 changed files with 0 additions and 2 deletions
|
@ -277,7 +277,6 @@ 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;
|
||||
}
|
||||
|
||||
|
@ -393,7 +392,6 @@ 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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue