Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Davila <teoten@ibmx40.(none)>2010-07-17 15:52:21 (GMT)
committer Joel Davila <teoten@ibmx40.(none)>2010-07-17 15:52:21 (GMT)
commite7e7453f8736414077aaf0c78d4d5877a04b3dc2 (patch)
tree15d312a249e7b4d0e61f85cd4c406ae7c9bba86a
parent4fedb91152f1d2c32365cf802c450c131f3c14eb (diff)
agregado 'line_wrap'
-rwxr-xr-xahorcado.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ahorcado.py b/ahorcado.py
index e48a0fd..e8a73e7 100755
--- a/ahorcado.py
+++ b/ahorcado.py
@@ -36,6 +36,7 @@ class Ahorcado:
self.imagen = gtk.Image()
self.instrucciones_label = gtk.Label(_('Instrucciones'))
self.instrucciones_label.set_justify(gtk.JUSTIFY_FILL)
+ self.instrucciones_label.set_line_wrap(gtk.TRUE)
self.aciertos_label = gtk.Label('Puntaje: 0')
self.errores_label = gtk.Label()
self.palabra_label = gtk.Label()