Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Davila <6336737@gmail.com>2010-07-17 15:31:24 (GMT)
committer Joel Davila <teoten@ibmx40.(none)>2010-07-17 15:35:35 (GMT)
commitaaf31c607a4c5e4b79acbb96dd480a242c190949 (patch)
tree46ef35f809cfa36a1c3aa58e0f72d4c8c3de019d
parentf59bc777d031bc324b0e3e6cec351bf9a5bcb3aa (diff)
reparando multiline
-rwxr-xr-xahorcado.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ahorcado.py b/ahorcado.py
index 1486b01..d9dae95 100755
--- a/ahorcado.py
+++ b/ahorcado.py
@@ -34,6 +34,7 @@ class Ahorcado:
#interface
self.imagen = gtk.Image()
self.instrucciones_label = gtk.Label(_('Instrucciones'))
+ self.instrucciones_label.set_justify(gtk.JUSTIFY_FILL)
self.aciertos_label = gtk.Label('Puntaje: 0')
self.errores_label = gtk.Label()
self.palabra_label = gtk.Label()