From 5759d41194ad4c48a3377237ceaa370201796e8d Mon Sep 17 00:00:00 2001 From: Ignacio Rodríguez Date: Sat, 23 Mar 2013 00:00:44 +0000 Subject: Tenemos una pregunta, cerebrito. --- diff --git a/Widgets.py b/Widgets.py index d7966f9..6df71ea 100644 --- a/Widgets.py +++ b/Widgets.py @@ -161,7 +161,10 @@ class TablaPeriodica(gtk.EventBox): xoptions=gtk.EXPAND|gtk.FILL, yoptions=gtk.EXPAND|gtk.FILL, xpadding=0, ypadding=0) - + + pregunta = Pregunta(G.PREGUNTAS[2]["pregunta"]) + self.tabla.attach(pregunta, 3, 13, 1, 2) + def set_colores(self, boton): for elemen in G.COLORS: color, indices = elemen -- cgit v0.9.1