diff options
Diffstat (limited to 'apps/plugins/pegbox.c')
| -rw-r--r-- | apps/plugins/pegbox.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/pegbox.c b/apps/plugins/pegbox.c index 137b2e3..c705f8c 100644 --- a/apps/plugins/pegbox.c +++ b/apps/plugins/pegbox.c @@ -462,9 +462,9 @@ PLUGIN_HEADER #define LEVEL_TEXT_Y 14 #define PEGS_TEXT_Y 58 #elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 64) -#define TEXT_X 114 -#define LEVEL_TEXT_Y 14 -#define PEGS_TEXT_Y 58 +#define TEXT_X 112 +#define LEVEL_TEXT_Y 27 +#define PEGS_TEXT_Y 50 #else #error "Unsupported screen size" #endif |