Ooops height is 900
This commit is contained in:
parent
40a08da32e
commit
c935a5c250
@ -48,7 +48,7 @@ if gtk.gdk.screen_width() / 4 * 3 == gtk.gdk.screen_height():
|
|||||||
gtk.gdk.screen_height() <= 900)
|
gtk.gdk.screen_height() <= 900)
|
||||||
else:
|
else:
|
||||||
fullscreen = False
|
fullscreen = False
|
||||||
height = min(1200, gtk.gdk.screen_height() - 50)
|
height = min(900, gtk.gdk.screen_height() - 50)
|
||||||
width = height * 4 / 3
|
width = height * 4 / 3
|
||||||
|
|
||||||
emulator = Emulator(width, height, fullscreen)
|
emulator = Emulator(width, height, fullscreen)
|
||||||
|
Loading…
Reference in New Issue
Block a user