Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgnacio Rodríguez <ignaciorodriguez@sugarlabs.org>2013-03-23 00:56:59 (GMT)
committer Ignacio Rodríguez <ignaciorodriguez@sugarlabs.org>2013-03-23 00:56:59 (GMT)
commita594d16aca5bf4296aba6a8586e967f364ee39a1 (patch)
treee18b62354b5ed987e14912a785cc6bfb124d963f
parent955cefc958f204e427e297571b88120e76d93d7d (diff)
<big>
-rw-r--r--Widgets.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Widgets.py b/Widgets.py
index f92aa62..2f19bb0 100644
--- a/Widgets.py
+++ b/Widgets.py
@@ -375,7 +375,8 @@ class Pregunta(gtk.EventBox):
self._original = original
self._pregunta = gtk.Label()
- self._pregunta.set_markup("<b>" + pregunta + "</b>")
+
+ self._pregunta.set_markup("<big>" + pregunta + "</big>")
self.add(self._pregunta)