From cbc701c8958cc108034f38a8460bd842c72f5145 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Thu, 6 Mar 2008 18:07:49 +0000 Subject: Change default font to R12 for the gigabeat too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16538 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings_list.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps') diff --git a/apps/settings_list.c b/apps/settings_list.c index 7153675c34..52eb0c18fc 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -175,10 +175,8 @@ static const char graphic_numeric[] = "graphic,numeric"; #define DEFAULT_FONTNAME "Sazanami-Mincho-Regular-11" #elif LCD_HEIGHT <= 220 #define DEFAULT_FONTNAME "helvR10" -#elif LCD_HEIGHT <= 240 - #define DEFAULT_FONTNAME "helvR12" #elif LCD_HEIGHT <= 320 - #define DEFAULT_FONTNAME "helvR14" + #define DEFAULT_FONTNAME "helvR12" #else #define DEFAULT_FONTNAME "helvR10" #endif -- cgit v1.2.3