summaryrefslogtreecommitdiffstats
path: root/iw/progress_gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-08-14 06:01:18 +0000
committerJeremy Katz <katzj@redhat.com>2002-08-14 06:01:18 +0000
commit633deebaa2fb250a032abca252b906489a90fd36 (patch)
treeb956bd0b1c4b47e2033914236e63eb3683793a6a /iw/progress_gui.py
parentfebf4c25c6f280167369f4f9e5c4bbac1eb979c6 (diff)
downloadanaconda-633deebaa2fb250a032abca252b906489a90fd36.tar.gz
anaconda-633deebaa2fb250a032abca252b906489a90fd36.tar.xz
anaconda-633deebaa2fb250a032abca252b906489a90fd36.zip
scale images to 425x225 if they're not that size for the ransom notes
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 c43dea76b..ec471d3d7 100644
--- a/iw/progress_gui.py
+++ b/iw/progress_gui.py
@@ -117,7 +117,7 @@ class InstallProgressWindow (InstallWindow):
num = self.pixcurnum + 1
if num >= len(self.pixmaps):
num = min(1, len(self.pixmaps))
- pix = self.ics.readPixmap (self.pixmaps[num])
+ pix = self.ics.readPixmap (self.pixmaps[num], 425, 225)
if pix:
if self.adpix:
self.adbox.remove (self.adpix)