summaryrefslogtreecommitdiffstats
path: root/iw/progress_gui.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-07-07 20:53:50 +0000
committerChris Lumens <clumens@redhat.com>2005-07-07 20:53:50 +0000
commitd018527d71ee7f53e0be0e59c932fb93d01be743 (patch)
tree3622d7eaa4af1e4d9a5059925f0784553fb46de1 /iw/progress_gui.py
parent3df37fa9ee85f001449cbbadadac45c73dafb454 (diff)
downloadanaconda-d018527d71ee7f53e0be0e59c932fb93d01be743.tar.gz
anaconda-d018527d71ee7f53e0be0e59c932fb93d01be743.tar.xz
anaconda-d018527d71ee7f53e0be0e59c932fb93d01be743.zip
Work around pygtk progress table bug.
Diffstat (limited to 'iw/progress_gui.py')
-rw-r--r--iw/progress_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/progress_gui.py b/iw/progress_gui.py
index e11749cde..73a9b83e7 100644
--- a/iw/progress_gui.py
+++ b/iw/progress_gui.py
@@ -332,7 +332,7 @@ class InstallProgressWindow_NEW (InstallWindow):
self.totalProgress = gtk.ProgressBar ()
progressTable = gtk.Table (2, 2, False)
- progressTable.attach (self.totalProgress, 1, 2, 0, 1, ypadding=2)
+ progressTable.attach (self.totalProgress, 1, 2, 0, 1, xpadding=0, ypadding=2)
# label = gtk.Label (_("Package Progress: "))
# label.set_alignment (1.0, 0.5)