summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-10-20 15:41:26 +0000
committerJeremy Katz <katzj@redhat.com>2006-10-20 15:41:26 +0000
commita2beb969a9353317c0362cf09ccb54d0c8c66c58 (patch)
treeaf6065b1c3b76c5c38ffece4ad054ba3c0569086 /iw
parentd1184bb4e76f840100b460fa7f840bf7236b1837 (diff)
downloadanaconda-a2beb969a9353317c0362cf09ccb54d0c8c66c58.tar.gz
anaconda-a2beb969a9353317c0362cf09ccb54d0c8c66c58.tar.xz
anaconda-a2beb969a9353317c0362cf09ccb54d0c8c66c58.zip
2006-10-20 Jeremy Katz <katzj@redhat.com>
* scripts/upd-instroot (PACKAGESGR): Add fonts-telugu (#207428) * iw/progress_gui.py (InstallProgressWindow.getScreen): Not quite so big (#211526)
Diffstat (limited to 'iw')
-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 ecd7f0147..e4497ab5c 100644
--- a/iw/progress_gui.py
+++ b/iw/progress_gui.py
@@ -352,7 +352,7 @@ class InstallProgressWindow (InstallWindow):
label.set_line_wrap (True)
if key == "summary":
label.set_text ("\n\n")
- label.set_size_request(600, 35)
+ label.set_size_request(525, 35)
fillopts = gtk.EXPAND|gtk.FILL
else:
fillopts = gtk.FILL