Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/emulator.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/emulator.py')
-rw-r--r--sugar/emulator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/emulator.py b/sugar/emulator.py
index 3698672..664e379 100644
--- a/sugar/emulator.py
+++ b/sugar/emulator.py
@@ -84,7 +84,7 @@ class XephyrProcess(Process):
if fullscreen:
cmd += '-fullscreen '
else:
- cmd += '-screen 800x600 '
+ cmd += '-screen 1200x900'
Process.__init__(self, cmd)
def get_name(self):