diff options
author | Jeremy Katz <katzj@redhat.com> | 2007-04-02 21:57:55 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2007-04-02 21:57:55 +0000 |
commit | a0e62e33d54a227da10d2e8588aadd11d048f93a (patch) | |
tree | 1a1f0a5ccd0a734ee9642a255eafe6b6ee5ee9a8 /iw | |
parent | dda869bc0a1618ee05bf8db0296a2a9c21c4e581 (diff) | |
download | anaconda-a0e62e33d54a227da10d2e8588aadd11d048f93a.tar.gz anaconda-a0e62e33d54a227da10d2e8588aadd11d048f93a.tar.xz anaconda-a0e62e33d54a227da10d2e8588aadd11d048f93a.zip |
2007-04-02 Jeremy Katz <katzj@redhat.com>
* iw/congrats_gui.py (CongratulationWindow.getScreen): Make this
fit a little bit nicer.
Diffstat (limited to 'iw')
-rw-r--r-- | iw/congrats_gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
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) |