1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/menus
Thomas Martitz 5c509d17db Fix buttonbar and line padding in time&date screen.
The time&date screen uses a custom parent for do_menu(), and doesn't
account for the buttonbar and list line height. Introduce
gui_synclist_set_viewport_defaults() to set those for viewports that are
going to be list parents and use that so that time&date screen doesn't need
to know about buttonbar/line padding.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30824 a1c6a512-1295-4272-9138-f99709370657
2011-10-22 10:09:23 +00:00
..
audiohw_eq_menu.c
display_menu.c Commit FS#12321 - Touchscreen: List line padding, to more easily select lines 2011-10-17 17:38:10 +00:00
eq_menu.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
eq_menu.h
exported_menus.h Properly export sleep_timer_call from main_menu.c in exported_menus.h 2011-08-13 22:55:04 +00:00
main_menu.c Simplify seconds_to_min(), and don't safeguard used parameter. 2011-10-17 19:21:25 +00:00
menu_common.c
menu_common.h
playback_menu.c GSoC/Buflib: Enable compaction in buflib. 2011-08-30 14:01:45 +00:00
playlist_menu.c FS#11808 - Major playlist handling changes (on disk playlists) 2011-07-20 14:11:15 +00:00
plugin_menu.c Fix oops in r29160 (apps went into games and vice versa). 2011-01-29 15:03:03 +00:00
radio_menu.c Fix FS#12158 - Make the "Mode: " line in the radio menu voice. 2011-06-16 13:28:15 +00:00
recording_menu.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
settings_menu.c Add "USB Hide Internal Drive" option for multidrive devices with software usb. 2011-09-09 16:15:35 +00:00
sound_menu.c
theme_menu.c Make function calc_db in peakmeter.c static 2011-10-04 21:25:26 +00:00
time_menu.c Fix buttonbar and line padding in time&date screen. 2011-10-22 10:09:23 +00:00