0004626: feature request: a few wider fields in the Book Report

Patch from Paul Franklin.

svn: r16958
This commit is contained in:
Brian Matherly 2011-03-28 03:20:29 +00:00
parent a5209a60a9
commit be3fb894e3

View File

@ -732,12 +732,12 @@ class BookReportSelector(ManagedWindow.ManagedWindow):
book_label.set_use_underline(True)
book_label.set_use_markup(True)
avail_titles = [ (_('Name'), 0, 150),
(_('Type'), 1, 50 ),
avail_titles = [ (_('Name'), 0, 230),
(_('Type'), 1, 80 ),
( '' , -1, 0 ) ]
book_titles = [ (_('Item name'), -1, 150),
(_('Type'), -1, 50 ),
book_titles = [ (_('Item name'), -1, 230),
(_('Type'), -1, 80 ),
( '', -1, 0 ),
(_('Subject'), -1, 50 ) ]