(XDK1) Reduced size of menu panel PNG - SFA3 now fits into RAM

This commit is contained in:
twinaphex 2013-04-13 14:55:11 +02:00
parent e59f7e5a79
commit 6b94b53bfc
2 changed files with 3 additions and 3 deletions

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB