aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-21 16:40:47 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-21 16:40:47 +0000
commit1363617500ae4f46f4082332781d5195bc18d402 (patch)
treea3e575350362dd80f1bd8ffdc3ede128ab994fc9
parentiw/welcome_gui.py: use <big> markup (diff)
downloadanaconda-1363617500ae4f46f4082332781d5195bc18d402.tar.gz
anaconda-1363617500ae4f46f4082332781d5195bc18d402.tar.bz2
anaconda-1363617500ae4f46f4082332781d5195bc18d402.zip
iw/welcome_gui.py: make chapter title even larger
-rw-r--r--iw/welcome_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/welcome_gui.py b/iw/welcome_gui.py
index df4ce27..1d4eb0d 100644
--- a/iw/welcome_gui.py
+++ b/iw/welcome_gui.py
@@ -110,7 +110,7 @@ environment installed on your new system. "),
(xml, align) = gui.getGladeWidget("welcome.glade", "welcome_align")
title_ = xml.get_widget("title")
text_ = xml.get_widget("text")
- title_.set_markup("<big>%s</big>" % (_("Chapter %i: %s") % (chapter, title)))
+ title_.set_markup("<span size=\"x-large\">%s</span>" % (_("Chapter %i: %s") % (chapter, title)))
text_.set_text(text)
return align