0004626: feature request: a few wider fields in the Book Report
Patch from Paul Franklin. svn: r16958
This commit is contained in:
parent
a5209a60a9
commit
be3fb894e3
@ -732,12 +732,12 @@ class BookReportSelector(ManagedWindow.ManagedWindow):
|
|||||||
book_label.set_use_underline(True)
|
book_label.set_use_underline(True)
|
||||||
book_label.set_use_markup(True)
|
book_label.set_use_markup(True)
|
||||||
|
|
||||||
avail_titles = [ (_('Name'), 0, 150),
|
avail_titles = [ (_('Name'), 0, 230),
|
||||||
(_('Type'), 1, 50 ),
|
(_('Type'), 1, 80 ),
|
||||||
( '' , -1, 0 ) ]
|
( '' , -1, 0 ) ]
|
||||||
|
|
||||||
book_titles = [ (_('Item name'), -1, 150),
|
book_titles = [ (_('Item name'), -1, 230),
|
||||||
(_('Type'), -1, 50 ),
|
(_('Type'), -1, 80 ),
|
||||||
( '', -1, 0 ),
|
( '', -1, 0 ),
|
||||||
(_('Subject'), -1, 50 ) ]
|
(_('Subject'), -1, 50 ) ]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user