From: Neil Date: Fri, 16 May 2014 23:38:25 +0000 (+0200) Subject: Fix width in lose screen X-Git-Tag: 0.1~146 X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=commitdiff_plain;h=60f0a7d6e2dd0137fe4202268726ac01e2bf5621 Fix width in lose screen --- diff --git a/naja/scenes/lose.py b/naja/scenes/lose.py index e72d5f4..af41bb2 100644 --- a/naja/scenes/lose.py +++ b/naja/scenes/lose.py @@ -27,7 +27,7 @@ class LoseScene(Scene): ]), fontsize=32, colour='white', padding=1, border=1, bg_colour='black', border_colour='black', - box_width=100)) + box_width=400)) def handle_scene_event(self, ev): if ev.type == pgl.KEYDOWN and ev.key in KEYS.QUIT: