diff options
author | Kjell Ericson <kjell@haxx.se> | 2002-10-21 20:14:01 +0000 |
---|---|---|
committer | Kjell Ericson <kjell@haxx.se> | 2002-10-21 20:14:01 +0000 |
commit | cfa206bfedeeed43a61cc8f19f21f2b4fcd0ccdb (patch) | |
tree | 4b55fcac64c39d1aecd9a863710939c8d1052676 /uisimulator/x11 | |
parent | 93b5f92c5369369806d551c14ddc55a4f40ce451 (diff) |
Doubled the height/width for player.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2731 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/x11')
-rw-r--r-- | uisimulator/x11/screenhack.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", |