Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#10472 - Widen scrollbar on iPod 5G

Attached to Project: Rockbox
Opened by Andre Lupa (alupa) - Tuesday, 28 July 2009, 07:02 GMT+2
Last edited by Nils Wallménius (nls) - Tuesday, 18 August 2009, 08:58 GMT+2
Task Type Patches
Category User Interface
Status Closed
Assigned To No-one
Player Type iPod 5G
Severity Low
Priority Normal
Reported Version Version 3.3
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

This patch makes the scrollbar column a couple pixels wider on the iPod 5G (which isn't a problem considering the screen real estate). It's a minor cosmetic change, but it looks noticeably better--especially considering most themes for this player use larger fonts.
   wider_ipod-scrollbar.patch (1.6 KiB)
 apps/screens.c         |    4 ----
 apps/plugins/viewer.c  |    1 -
 apps/gui/bitmap/list.c |    1 -
 apps/gui/list.h        |    4 ++++
 4 files changed, 4 insertions(+), 6 deletions(-)

This task depends upon

Closed by  Nils Wallménius (nls)
Tuesday, 18 August 2009, 08:58 GMT+2
Reason for closing:  Out of Date
Additional comments about closing:   FS#10534  was committed and made the scrollbar width settable
Comment by Jonathan Gordon (jdgordon) - Tuesday, 28 July 2009, 07:25 GMT+2
there is bassically no chance of this being commited because this is very subjective.... what might be considered is if this is changed to make it an actual setting
Comment by Thomas Martitz (kugel.) - Thursday, 30 July 2009, 20:08 GMT+2
I see chance. The scrollbar is already pretty small on my fuze (220px wide), I expect it to be worse on >= 320px. But if, then it should probably committed with a LCD_WIDTH check, instead of a IPOD_VIDEO one.

Loading...