Confirmed. This might be a bug in the midlet settings app. This often happens with midlets designed for a particular feature phone with a hard coded resolution. I have looked at this when I was investigating a related issue (one that would rescale the midlet to use most of the available display space). I implemented software scaling by resizing the midlet with a factor 2,3 or 4 (for midlets with a hardcoded resolution of 128x160, 240x320 or 240x400 pixels) and then centralizing the resized midlet canvas, but rendering speed became slow. I need to investigate how to use a HW accelerated method to take care of this. Davy