diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-12-20 22:14:43 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-12-20 22:14:43 +0000 |
commit | 3a8d5d55801db914e65970d8bf6d062d483356e7 (patch) | |
tree | b98509d592deb9fd7fa22cf7dd6a7d279dfc669a /iw | |
parent | 3293d251f61c6c1fba2015a7af102c8efeb462c6 (diff) | |
download | anaconda-3a8d5d55801db914e65970d8bf6d062d483356e7.tar.gz anaconda-3a8d5d55801db914e65970d8bf6d062d483356e7.tar.xz anaconda-3a8d5d55801db914e65970d8bf6d062d483356e7.zip |
2004-12-20 Jeremy Katz <katzj@redhat.com>
* iw/progress_gui.py (InstallProgressWindow_NEW.setPackage): Don't
scale images to sizes that they're not (#143276)
Diffstat (limited to 'iw')
-rw-r--r-- | iw/progress_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/progress_gui.py b/iw/progress_gui.py index 45d835636..7693b96f6 100644 --- a/iw/progress_gui.py +++ b/iw/progress_gui.py @@ -198,7 +198,7 @@ class InstallProgressWindow_NEW (InstallWindow): num = 0 self.wrappedpixlist = 1 - pix = self.ics.readPixmapDithered (self.pixmaps[num], 500, 325) + pix = self.ics.readPixmapDithered (self.pixmaps[num], 425, 225) if pix: if self.adpix: self.adbox.remove (self.adpix) |