From 0584ac7529197e5a9fe34175ebf3d3af80e9f54f Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 16 Jan 2007 00:21:15 +0000 Subject: Use fullscreen if the screen is not big enough to do a 1200x900 window. The logic might need tweaking. --- (limited to 'sugar') 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): -- cgit v0.9.1