Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Widgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'Widgets.py')
-rw-r--r--Widgets.py5
1 files changed, 4 insertions, 1 deletions
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