diff options
-rw-r--r-- | iw/examine_gui.py | 2 |
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) |