diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2010-09-06 15:33:21 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2010-09-06 15:33:21 +0000 |
| commit | b69df427762fcc3219a8fc83176d8f5996a0b499 (patch) | |
| tree | e42585c594bf0e4c661724ff7d5962a9ef409ca9 | |
| parent | 5d4b13beefd3c7e92b9f4ebad98022241c6c7e36 (diff) | |
| download | rockbox-b69df427762fcc3219a8fc83176d8f5996a0b499.zip rockbox-b69df427762fcc3219a8fc83176d8f5996a0b499.tar.gz rockbox-b69df427762fcc3219a8fc83176d8f5996a0b499.tar.bz2 rockbox-b69df427762fcc3219a8fc83176d8f5996a0b499.tar.xz | |
Default to 35px adobe helvetica for big displays (height > 480).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28012 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/settings_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c index 7dfa62e..0745066 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -220,7 +220,7 @@ static const char graphic_numeric[] = "graphic,numeric"; #elif LCD_HEIGHT <= 480 #define DEFAULT_FONTNAME "27-Adobe-Helvetica" #else - #define DEFAULT_FONTNAME "12-Adobe-Helvetica" + #define DEFAULT_FONTNAME "35-Adobe-Helvetica" #endif #else |