From c8397f55e50956b2112d6c035c6e67fcf365c8ba Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 4 May 2002 11:16:07 +0000 Subject: changed window size to be about the same size as a recorder git-svn-id: svn://svn.rockbox.org/rockbox/trunk@417 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 34613dfab4..720e2b8291 100644 --- a/uisimulator/x11/screenhack.c +++ b/uisimulator/x11/screenhack.c @@ -83,7 +83,7 @@ static XrmOptionDescRec default_options [] = { static char *default_defaults[] = { ".root: false", - "*geometry: 200x100", /* this should be .geometry, but nooooo... */ + "*geometry: 120x70", /* this should be .geometry, but nooooo... */ "*mono: false", "*installColormap: false", "*visualID: default", -- cgit v1.2.3