summaryrefslogtreecommitdiffstats
path: root/iw/examine_gui.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-04-14 17:18:40 +0000
committerChris Lumens <clumens@redhat.com>2005-04-14 17:18:40 +0000
commit190ddfbda7a1ccafa80ba1b84d74fe9fe4647592 (patch)
tree6347268ce01bd3323aceed8448fc62715ded9f68 /iw/examine_gui.py
parent2fa28eace89b5c97b3123255708ad6761f08ce37 (diff)
downloadanaconda-190ddfbda7a1ccafa80ba1b84d74fe9fe4647592.tar.gz
anaconda-190ddfbda7a1ccafa80ba1b84d74fe9fe4647592.tar.xz
anaconda-190ddfbda7a1ccafa80ba1b84d74fe9fe4647592.zip
Fix the WrappingLabel class so it actually wraps text. Cleaned up UI
elements on the bootloader configuration screen so elements no longer disappear off the bottom of the screen in certain languages (#153071, #154786).
Diffstat (limited to 'iw/examine_gui.py')
-rw-r--r--iw/examine_gui.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/iw/examine_gui.py b/iw/examine_gui.py
index 286c3bdae..7a7505306 100644
--- a/iw/examine_gui.py
+++ b/iw/examine_gui.py
@@ -161,10 +161,6 @@ class UpgradeExamineWindow (InstallWindow):
# hack indent it
upbox = gtk.HBox(False)
- crackhbox = gtk.HBox(False)
- crackhbox.set_size_request(70, -1)
-
- upbox.pack_start(crackhbox, False, False)
# upbox.pack_start(upboxtmp, True, True)
upbox.pack_start(upboxtmp, False, False)