diff options
author | bfox <bfox> | 2001-07-10 03:20:38 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-07-10 03:20:38 +0000 |
commit | 50287085cfbe92330669ea2e235304dca0ba9f9c (patch) | |
tree | 5ceba80d43435c94d1a478d6b6ca13fb08e7b7fa /iw | |
parent | 53ab665d50509ad65c67d4ddaca650b7ae91dbcf (diff) | |
download | anaconda-50287085cfbe92330669ea2e235304dca0ba9f9c.tar.gz anaconda-50287085cfbe92330669ea2e235304dca0ba9f9c.tar.xz anaconda-50287085cfbe92330669ea2e235304dca0ba9f9c.zip |
fixed strings that were scrolling off the window.
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 6c3ea29eb..72ab520b9 100644 --- a/iw/congrats_gui.py +++ b/iw/congrats_gui.py @@ -48,6 +48,7 @@ class CongratulationWindow (InstallWindow): label.set_line_wrap (TRUE) label.set_alignment (0.0, 0.5) + label.set_usize(190, -1) box = GtkVBox (FALSE, 10) box.pack_start (label, TRUE, TRUE, 0) |