diff options
| -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", |