Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2010-07-17 15:38:54 (GMT)
committer Adolfo Fitoria <adolfo.fitoria@gmail.com>2010-07-17 15:38:54 (GMT)
commit4fedb91152f1d2c32365cf802c450c131f3c14eb (patch)
treea105a3b134229b3b031c5d1ac49ed43e101b2c33
parent1cbeca4b7fffc4aff5272cb1b96ad87e67ce1e13 (diff)
parentaaf31c607a4c5e4b79acbb96dd480a242c190949 (diff)
Merge branch 'joel'
-rwxr-xr-xahorcado.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ahorcado.py b/ahorcado.py
index 08c46d0..e48a0fd 100755
--- a/ahorcado.py
+++ b/ahorcado.py
@@ -35,6 +35,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()