Reviewers: ,
Please review this at http://codereview.tryton.org/283002/ Affected files: M tryton/gui/window/view_form/view/list_gtk/parser.py Index: tryton/gui/window/view_form/view/list_gtk/parser.py =================================================================== --- a/tryton/gui/window/view_form/view/list_gtk/parser.py +++ b/tryton/gui/window/view_form/view/list_gtk/parser.py @@ -151,6 +151,7 @@ treeview) col = gtk.TreeViewColumn(fields[fname].attrs['string']) + col.set_expand(True) if 'icon' in node_attrs: render_pixbuf = gtk.CellRendererPixbuf() -- [email protected] mailing list
