summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-12-18 01:03:25 +0000
committerMike Fulbright <msf@redhat.com>2002-12-18 01:03:25 +0000
commit380bd6ff5589aa5cc019b8789a4d469982882746 (patch)
treeab655855c198475b106934060e2fae90ba951a19
parente62748e9f974cee60a2b3f547c57dbdac9c89cbd (diff)
downloadanaconda-380bd6ff5589aa5cc019b8789a4d469982882746.tar.gz
anaconda-380bd6ff5589aa5cc019b8789a4d469982882746.tar.xz
anaconda-380bd6ff5589aa5cc019b8789a4d469982882746.zip
fix indentation
-rw-r--r--iw/examine_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/examine_gui.py b/iw/examine_gui.py
index 3ff721481..94e6c59fc 100644
--- a/iw/examine_gui.py
+++ b/iw/examine_gui.py
@@ -144,7 +144,7 @@ class UpgradeExamineWindow (InstallWindow):
# more indentation
box1 = gtk.HBox(gtk.FALSE)
crackhbox = gtk.HBox(gtk.FALSE)
- crackhbox.set_size_request(65, -1)
+ crackhbox.set_size_request(35, -1)
box1.pack_start(crackhbox, gtk.FALSE, gtk.FALSE)
box1.pack_start(self.upgradeoption, gtk.FALSE, gtk.FALSE)
upboxtmp.pack_start(box1, gtk.FALSE, gtk.FALSE)