X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fscenes%2Fhowto.py;fp=naja%2Fscenes%2Fhowto.py;h=641b3023a094dbd36a1feb62e3a2285b7c4436a5;hb=ae063f219281b426fc31f6fb4becec845ab4549a;hp=9d903416c432c38006b069ec4cba4d2f7b855374;hpb=1981da70ecc44b9f642d240b2815a69ba988e2e9;p=naja.git diff --git a/naja/scenes/howto.py b/naja/scenes/howto.py index 9d90341..641b302 100644 --- a/naja/scenes/howto.py +++ b/naja/scenes/howto.py @@ -5,9 +5,9 @@ Howto scene. import pygame.locals as pgl from naja.constants import KEYS +from naja.events import SceneChangeEvent from naja.scenes.scene import Scene from naja.widgets.text import TextWidget, TextBoxWidget -from naja.events import SceneChangeEvent class HowtoScene(Scene): @@ -51,7 +51,7 @@ class HowtoScene(Scene): ]), fontsize=32, colour='white', padding=1, border=1, bg_colour='black', border_colour='black', - box_width=380, view_port=(780, 500))) + box_width=360, view_port=(780, 540))) def handle_scene_event(self, ev): from naja.scenes.menu import MenuScene