diff --git a/frontend/menu/rmenu.c b/frontend/menu/rmenu.c index 77ea3bb2c3..6fd0829288 100644 --- a/frontend/menu/rmenu.c +++ b/frontend/menu/rmenu.c @@ -1118,7 +1118,7 @@ static void browser_render(void *data) { menu_panel->x = 0; menu_panel->y = y_increment; - menu_panel->width = 510; + menu_panel->width = 610; menu_panel->height = 20; } #endif @@ -2576,9 +2576,9 @@ static int select_setting(uint8_t menu_type, uint64_t input) continue; #ifdef HAVE_MENU_PANEL - menu_panel->x = POSITION_X; + menu_panel->x = 0; menu_panel->y = y_increment; - menu_panel->width = 510; + menu_panel->width = 610; menu_panel->height = 20; #endif diff --git a/media/xbox1/menuMainRomSelectPanel.png b/media/xbox1/menuMainRomSelectPanel.png index 377a9bae5b..0569ceb110 100644 Binary files a/media/xbox1/menuMainRomSelectPanel.png and b/media/xbox1/menuMainRomSelectPanel.png differ