Reviewers: ,
Please review this at http://codereview.tryton.org/36003/ 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 @@ -185,6 +185,7 @@ col.width = width if width > 0: col.set_fixed_width(width) + col.set_min_width(0) #XXX doesn't work well when resize columns #col.set_expand(True) if (not treeview.sequence -- [email protected] mailing list
