summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--iw/congrats_gui.py1
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a57e26c09..4b9f71adf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
2007-04-02 Jeremy Katz <katzj@redhat.com>
+ * iw/congrats_gui.py (CongratulationWindow.getScreen): Make this
+ fit a little bit nicer.
+
* livecd.py: Add missing import
* liveinst/liveinst.sh: Use the right syntax for hal-lock
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py
index d66a9067d..6f962f5c6 100644
--- a/iw/congrats_gui.py
+++ b/iw/congrats_gui.py
@@ -63,6 +63,7 @@ class CongratulationWindow (InstallWindow):
txt = _("Congratulations, the installation is complete.\n\n"
"%s%s") %(floppystr, bootstr)
label = gui.WrappingLabel(txt)
+ label.set_size_request(250, -1)
hbox.pack_start (label, True, True)