summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-04 11:16:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-04 11:16:07 +0000
commitc8397f55e50956b2112d6c035c6e67fcf365c8ba (patch)
treeb9eeea8d59c14598f2e4d61de31ba3f99fa9bd8c
parent225f620ac91657a4da193bb1b3798398961c20a0 (diff)
downloadrockbox-c8397f55e50956b2112d6c035c6e67fcf365c8ba.tar.gz
rockbox-c8397f55e50956b2112d6c035c6e67fcf365c8ba.zip
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
-rw-r--r--uisimulator/x11/screenhack.c2
1 files changed, 1 insertions, 1 deletions
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 [] = {
83 83
84static char *default_defaults[] = { 84static char *default_defaults[] = {
85 ".root: false", 85 ".root: false",
86 "*geometry: 200x100", /* this should be .geometry, but nooooo... */ 86 "*geometry: 120x70", /* this should be .geometry, but nooooo... */
87 "*mono: false", 87 "*mono: false",
88 "*installColormap: false", 88 "*installColormap: false",
89 "*visualID: default", 89 "*visualID: default",