summaryrefslogtreecommitdiffstats
path: root/iw/progress_gui.py
diff options
context:
space:
mode:
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)