mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
The graphical EQ was configured to use SYSFONT, which is limited to ASCII despite the EQ being translateable. Change this to use the current UI font instead. As the UI font can vary in size quite drastically, alter the EQ slider from a fixed 6px height (intended for use with an 8px SYSFONT) to 3/4 of the height of the selected font. Change-Id: I05e7e77be37e9b8cf633b31c12bc4ef02cbaa90a |
||
|---|---|---|
| .. | ||
| audiohw_eq_menu.c | ||
| display_menu.c | ||
| eq_menu.c | ||
| eq_menu.h | ||
| exported_menus.h | ||
| main_menu.c | ||
| menu_common.c | ||
| menu_common.h | ||
| playback_menu.c | ||
| playlist_menu.c | ||
| plugin_menu.c | ||
| radio_menu.c | ||
| recording_menu.c | ||
| settings_menu.c | ||
| sound_menu.c | ||
| theme_menu.c | ||
| time_menu.c | ||