summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-03-01 02:52:09 +0000
committerJeremy Katz <katzj@redhat.com>2002-03-01 02:52:09 +0000
commite4c53742ae1940978819bb23e1d6fe8159d47069 (patch)
treed8c1d67f28523f0ac0351508e15d6e4eff4652bb
parent6e7bce88e3196e1f47ca9dc0c4747478f270c330 (diff)
downloadanaconda-e4c53742ae1940978819bb23e1d6fe8159d47069.tar.gz
anaconda-e4c53742ae1940978819bb23e1d6fe8159d47069.tar.xz
anaconda-e4c53742ae1940978819bb23e1d6fe8159d47069.zip
longer label (from AS)
-rw-r--r--iw/bootloader_gui.py2
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)