summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-04-02 22:16:58 +0000
committerMike Fulbright <msf@redhat.com>2001-04-02 22:16:58 +0000
commita2554f147425c353205b5f264a5947f58a97fae4 (patch)
treed4abd7f16c92557b73a576d4ae50a173032af4cb /gui.py
parent8b0876b1e5f050461c54d2eac63932a4eeba6272 (diff)
downloadanaconda-a2554f147425c353205b5f264a5947f58a97fae4.tar.gz
anaconda-a2554f147425c353205b5f264a5947f58a97fae4.tar.xz
anaconda-a2554f147425c353205b5f264a5947f58a97fae4.zip
fix for pregnant progress bars in partitionless installs
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index aba5d4b41..bf6b675c3 100755
--- a/gui.py
+++ b/gui.py
@@ -129,7 +129,7 @@ class ProgressWindow:
self.window.set_title (_(title))
self.window.set_position (WIN_POS_CENTER)
self.window.set_modal (TRUE)
- box = GtkVBox (5)
+ box = GtkVBox (FALSE, 5)
box.set_border_width (10)
label = GtkLabel (_(text))