summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_list.c')
-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