Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/session
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-08-15 10:20:09 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-15 10:20:09 (GMT)
commita6ef49b731cfc570c4f7fd6d4f9d500fb95995de (patch)
tree07b77593edc24b5608bb4d4f1410ccec1389e459 /shell/session
parent621e43563f9c3b4166b13bdda36419d17f5eb658 (diff)
Make HomeWindow a canvas. Modify screen resolution to
match what Walter said.
Diffstat (limited to 'shell/session')
-rw-r--r--shell/session/Emulator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/session/Emulator.py b/shell/session/Emulator.py
index 2bb2b3a..1e7bced 100644
--- a/shell/session/Emulator.py
+++ b/shell/session/Emulator.py
@@ -43,7 +43,7 @@ class XephyrProcess(Process):
class XnestProcess(Process):
def __init__(self):
self._display = get_display_number()
- cmd = 'Xnest :%d -ac -geometry 640x480' % (self._display)
+ cmd = 'Xnest :%d -ac -geometry 693x520' % (self._display)
Process.__init__(self, cmd)
def get_name(self):