summaryrefslogtreecommitdiff
path: root/apps/plugins/pegbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pegbox.c')
-rw-r--r--apps/plugins/pegbox.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/pegbox.c b/apps/plugins/pegbox.c
index 137b2e36f8..c705f8cd46 100644
--- a/apps/plugins/pegbox.c
+++ b/apps/plugins/pegbox.c
@@ -462,9 +462,9 @@ PLUGIN_HEADER
462#define LEVEL_TEXT_Y 14 462#define LEVEL_TEXT_Y 14
463#define PEGS_TEXT_Y 58 463#define PEGS_TEXT_Y 58
464#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 64) 464#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 64)
465#define TEXT_X 114 465#define TEXT_X 112
466#define LEVEL_TEXT_Y 14 466#define LEVEL_TEXT_Y 27
467#define PEGS_TEXT_Y 58 467#define PEGS_TEXT_Y 50
468#else 468#else
469#error "Unsupported screen size" 469#error "Unsupported screen size"
470#endif 470#endif