diff options
author | bfox <bfox> | 2000-12-13 19:00:21 +0000 |
---|---|---|
committer | bfox <bfox> | 2000-12-13 19:00:21 +0000 |
commit | b878d4bbbba830c6a36e8b5d6b143214fbadbd09 (patch) | |
tree | dd43a192f793c4dc5b42ca8414ba0caca6bf6ee1 | |
parent | 33d88d5fb0197fd0d9bb296b98061e6eda2af1a7 (diff) | |
download | anaconda-b878d4bbbba830c6a36e8b5d6b143214fbadbd09.tar.gz anaconda-b878d4bbbba830c6a36e8b5d6b143214fbadbd09.tar.xz anaconda-b878d4bbbba830c6a36e8b5d6b143214fbadbd09.zip |
Left justified the ads.
-rw-r--r-- | iw/progress_gui.py | 2 |
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) |