I've described the problem in detail in this forum, and nobody knows the answer.
The short story: I use the following CustomMenu initialization to create my menu with a list of menu items:
function initialize() {
WatchUi.CustomMenu.initialize(80, Gfx.COLOR_DK_GRAY, {:dividerType => null,:titleItemHeight => null, :footerItemHeight => 0, :theme => null, :icon => null});
}
All devices except Front Runner's with big screens ( > 400px) reflect the items correctly, but FR265 shifts them right. See the pictures in the link below.
How can I get rid of that shift?