From a0e62e33d54a227da10d2e8588aadd11d048f93a Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 2 Apr 2007 21:57:55 +0000 Subject: 2007-04-02 Jeremy Katz * iw/congrats_gui.py (CongratulationWindow.getScreen): Make this fit a little bit nicer. --- iw/congrats_gui.py | 1 + 1 file changed, 1 insertion(+) (limited to 'iw') 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) -- cgit