Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ahorcado.py
diff options
context:
space:
mode:
Diffstat (limited to 'ahorcado.py')
-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()