diff --git a/sugar-emulator b/sugar-emulator index 29b3b6fd..01c7b393 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)