Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-emulator
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-02-14 14:35:54 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-14 14:35:54 (GMT)
commitc935a5c2501f96a1c905944e4f103e95dc7f7d7f (patch)
tree3ff683c6e89fc42adb58009b4ededcbb2627c78c /sugar-emulator
parent40a08da32ee2d03bfc68bc3cb66343ea2911d529 (diff)
Ooops height is 900
Diffstat (limited to 'sugar-emulator')
-rwxr-xr-xsugar-emulator2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar-emulator b/sugar-emulator
index 29b3b6f..01c7b39 100755
--- a/sugar-emulator
+++ b/sugar-emulator
@@ -48,7 +48,7 @@ if gtk.gdk.screen_width() / 4 * 3 == gtk.gdk.screen_height():
gtk.gdk.screen_height() <= 900)
else:
fullscreen = False
- height = min(1200, gtk.gdk.screen_height() - 50)
+ height = min(900, gtk.gdk.screen_height() - 50)
width = height * 4 / 3
emulator = Emulator(width, height, fullscreen)