summaryrefslogtreecommitdiffstats
path: root/iw/zipl_gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-01-08 01:16:52 +0000
committerMatt Wilson <msw@redhat.com>2002-01-08 01:16:52 +0000
commitef715eb678a2b518ad7a4ed77b570436a3c11d29 (patch)
tree8c0f7fc73aab7f74f0c1d46afc155491738e3a7f /iw/zipl_gui.py
parent8bbed3b5af6fdcb17c7a317bd7333bd42b270d9d (diff)
downloadanaconda-ef715eb678a2b518ad7a4ed77b570436a3c11d29.tar.gz
anaconda-ef715eb678a2b518ad7a4ed77b570436a3c11d29.tar.xz
anaconda-ef715eb678a2b518ad7a4ed77b570436a3c11d29.zip
s/set_usize/set_size_request/g
Diffstat (limited to 'iw/zipl_gui.py')
-rw-r--r--iw/zipl_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/zipl_gui.py b/iw/zipl_gui.py
index 0710aa774..d6dfba768 100644
--- a/iw/zipl_gui.py
+++ b/iw/zipl_gui.py
@@ -91,7 +91,7 @@ class ZiplWindow (InstallWindow):
"\n"
"You can now enter any additional kernel parameters "
"which your machine or your setup may require."))
- label.set_usize(500, -1)
+ label.set_size_request(500, -1)
label.set_line_wrap(TRUE)
label.set_alignment(0.0, 0.0)
label.set_padding(50,50)