Take EIGHT_BIT_SCALE into account, in box_width
[naja.git] / naja / scenes / howto.py
index 641b3023a094dbd36a1feb62e3a2285b7c4436a5..b231dc3b9356aeb6c3d9d5fff346be44d783b67c 100644 (file)
@@ -51,7 +51,7 @@ class HowtoScene(Scene):
             ]), fontsize=32,
             colour='white', padding=1, border=1,
             bg_colour='black', border_colour='black',
-            box_width=360, view_port=(780, 540)))
+            box_width=740, view_port=(780, 540)))
 
     def handle_scene_event(self, ev):
         from naja.scenes.menu import MenuScene