diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-03-01 02:52:09 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-03-01 02:52:09 +0000 |
commit | e4c53742ae1940978819bb23e1d6fe8159d47069 (patch) | |
tree | d8c1d67f28523f0ac0351508e15d6e4eff4652bb | |
parent | 6e7bce88e3196e1f47ca9dc0c4747478f270c330 (diff) | |
download | anaconda-e4c53742ae1940978819bb23e1d6fe8159d47069.tar.gz anaconda-e4c53742ae1940978819bb23e1d6fe8159d47069.tar.xz anaconda-e4c53742ae1940978819bb23e1d6fe8159d47069.zip |
longer label (from AS)
-rw-r--r-- | iw/bootloader_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/bootloader_gui.py b/iw/bootloader_gui.py index 21bb2bd17..1293fcf7b 100644 --- a/iw/bootloader_gui.py +++ b/iw/bootloader_gui.py @@ -507,7 +507,7 @@ class AdvancedBootloaderWindow (InstallWindow): table.set_col_spacings(5) table.attach(gtk.Label(_("Label")), 0, 1, 1, 2, gtk.FILL, 0, 10) - labelEntry = gtk.Entry(16) + labelEntry = gtk.Entry(32) table.attach(labelEntry, 1, 2, 1, 2, gtk.FILL, 0, 10) if oldLabel: labelEntry.set_text(oldLabel) |