summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
Diffstat (limited to 'iw')
-rw-r--r--iw/progress_gui.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/iw/progress_gui.py b/iw/progress_gui.py
index 7e8901cc4..40c08f002 100644
--- a/iw/progress_gui.py
+++ b/iw/progress_gui.py
@@ -118,6 +118,7 @@ class InstallProgressWindow (InstallWindow):
im.render ()
pix = im.make_pixmap ()
self.adbox.remove (self.adpix)
+ pix.set_alignment (0, 0)
self.adbox.add (pix)
self.adpix = pix
self.adbox.show_all()
@@ -255,6 +256,7 @@ class InstallProgressWindow (InstallWindow):
style = box.get_style ().copy ()
style.bg[STATE_NORMAL] = style.white
box.set_style (style)
+ self.adpix.set_alignment (0, 0)
box.add (self.adpix)
self.adbox = box
frame.add (box)