diff options
author | Matt Wilson <msw@redhat.com> | 2002-01-08 01:16:52 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2002-01-08 01:16:52 +0000 |
commit | ef715eb678a2b518ad7a4ed77b570436a3c11d29 (patch) | |
tree | 8c0f7fc73aab7f74f0c1d46afc155491738e3a7f /iw/zipl_gui.py | |
parent | 8bbed3b5af6fdcb17c7a317bd7333bd42b270d9d (diff) | |
download | anaconda-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.py | 2 |
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) |