From cfa206bfedeeed43a61cc8f19f21f2b4fcd0ccdb Mon Sep 17 00:00:00 2001 From: Kjell Ericson Date: Mon, 21 Oct 2002 20:14:01 +0000 Subject: Doubled the height/width for player. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2731 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/screenhack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uisimulator/x11/screenhack.c b/uisimulator/x11/screenhack.c index 28bfcdc19e..1dfc12448c 100644 --- a/uisimulator/x11/screenhack.c +++ b/uisimulator/x11/screenhack.c @@ -87,7 +87,7 @@ static char *default_defaults[] = { #ifdef HAVE_LCD_BITMAP "120x68" #else - "138x54" + "264x128" #endif , /* this should be .geometry, but nooooo... */ "*mono: false", -- cgit v1.2.3