diff options
author | Mike Fulbright <msf@redhat.com> | 2001-04-02 22:16:58 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-04-02 22:16:58 +0000 |
commit | a2554f147425c353205b5f264a5947f58a97fae4 (patch) | |
tree | d4abd7f16c92557b73a576d4ae50a173032af4cb /gui.py | |
parent | 8b0876b1e5f050461c54d2eac63932a4eeba6272 (diff) | |
download | anaconda-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-x | gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |