diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-05-04 11:16:07 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-05-04 11:16:07 +0000 |
| commit | c8397f55e50956b2112d6c035c6e67fcf365c8ba (patch) | |
| tree | b9eeea8d59c14598f2e4d61de31ba3f99fa9bd8c | |
| parent | 225f620ac91657a4da193bb1b3798398961c20a0 (diff) | |
| download | rockbox-c8397f55e50956b2112d6c035c6e67fcf365c8ba.zip rockbox-c8397f55e50956b2112d6c035c6e67fcf365c8ba.tar.gz rockbox-c8397f55e50956b2112d6c035c6e67fcf365c8ba.tar.bz2 rockbox-c8397f55e50956b2112d6c035c6e67fcf365c8ba.tar.xz | |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/x11/screenhack.c b/uisimulator/x11/screenhack.c index 34613df..720e2b8 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", |