From 3e496e3ecf60db743cfe82e57b82b72764e20f39 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 20 Feb 2006 00:31:10 +0000 Subject: Reworked player simulator icons to fit the changed charcell scale factor and look more like the actual icons. Adapted player sim display sizes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8745 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/win32/uisw32.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uisimulator/win32/uisw32.h') diff --git a/uisimulator/win32/uisw32.h b/uisimulator/win32/uisw32.h index ce8a046bcd..22a9015196 100644 --- a/uisimulator/win32/uisw32.h +++ b/uisimulator/win32/uisw32.h @@ -47,9 +47,9 @@ typedef unsigned short wchar_t; #define UI_LCD_BGCOLORLIGHT 126, 229, 126 // bkgnd color of LCD (backlight) #define UI_LCD_BLACK 0, 0, 0 // black #define UI_LCD_POSX 75 // x position of lcd -#define UI_LCD_POSY 111 // y position of lcd +#define UI_LCD_POSY 116 // y position of lcd #define UI_LCD_WIDTH 132 -#define UI_LCD_HEIGHT 75 +#define UI_LCD_HEIGHT 64 #elif defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2) #define UI_TITLE "Jukebox FM Recorder" -- cgit v1.2.3