From 54d5e2cb2734d1520d234db878fa75cca68784a1 Mon Sep 17 00:00:00 2001 From: Kjell Ericson Date: Fri, 1 Nov 2002 13:38:21 +0000 Subject: Added a 5 pixel border around the content. Looks better (that's all). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2800 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/lcd-playersim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uisimulator') diff --git a/uisimulator/common/lcd-playersim.c b/uisimulator/common/lcd-playersim.c index a337b3fb36..25e17b5f81 100644 --- a/uisimulator/common/lcd-playersim.c +++ b/uisimulator/common/lcd-playersim.c @@ -37,7 +37,7 @@ #define CHAR_HEIGHT 8 #define ICON_HEIGHT 24 #define CHAR_PIXEL 4 -#define BORDER_MARGIN 1 +#define BORDER_MARGIN 5 unsigned char lcd_buffer[2][11]; -- cgit v1.2.3