summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)