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