From 2f2a9878d09a7723dd3eca68114daea0d2b3393b Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Fri, 17 Apr 2009 15:17:08 +0000 Subject: Pegbox fixes by Rafaël Carré. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20722 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/pegbox.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/plugins/pegbox.c') 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 #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 -- cgit v1.2.3