summaryrefslogtreecommitdiffstats
path: root/iw/congrats_gui.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-07-10 03:20:38 +0000
committerbfox <bfox>2001-07-10 03:20:38 +0000
commit50287085cfbe92330669ea2e235304dca0ba9f9c (patch)
tree5ceba80d43435c94d1a478d6b6ca13fb08e7b7fa /iw/congrats_gui.py
parent53ab665d50509ad65c67d4ddaca650b7ae91dbcf (diff)
downloadanaconda-50287085cfbe92330669ea2e235304dca0ba9f9c.tar.gz
anaconda-50287085cfbe92330669ea2e235304dca0ba9f9c.tar.xz
anaconda-50287085cfbe92330669ea2e235304dca0ba9f9c.zip
fixed strings that were scrolling off the window.
Diffstat (limited to 'iw/congrats_gui.py')
-rw-r--r--iw/congrats_gui.py1
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)