summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2008-03-06 18:07:49 +0000
committerMichael Giacomelli <giac2000@hotmail.com>2008-03-06 18:07:49 +0000
commitcbc701c8958cc108034f38a8460bd842c72f5145 (patch)
tree83a9ab36ebefc086077c137f0b4dbac5f9c45306
parent064f702a80348c4d848450c0f53bb36a4c878f3c (diff)
downloadrockbox-cbc701c8958cc108034f38a8460bd842c72f5145.tar.gz
rockbox-cbc701c8958cc108034f38a8460bd842c72f5145.zip
Change default font to R12 for the gigabeat too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16538 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/settings_list.c4
1 files changed, 1 insertions, 3 deletions
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";
175 #define DEFAULT_FONTNAME "Sazanami-Mincho-Regular-11" 175 #define DEFAULT_FONTNAME "Sazanami-Mincho-Regular-11"
176#elif LCD_HEIGHT <= 220 176#elif LCD_HEIGHT <= 220
177 #define DEFAULT_FONTNAME "helvR10" 177 #define DEFAULT_FONTNAME "helvR10"
178#elif LCD_HEIGHT <= 240
179 #define DEFAULT_FONTNAME "helvR12"
180#elif LCD_HEIGHT <= 320 178#elif LCD_HEIGHT <= 320
181 #define DEFAULT_FONTNAME "helvR14" 179 #define DEFAULT_FONTNAME "helvR12"
182#else 180#else
183 #define DEFAULT_FONTNAME "helvR10" 181 #define DEFAULT_FONTNAME "helvR10"
184#endif 182#endif