Reviewers: ,


Please review this at http://codereview.tryton.org/603003/

Affected files:
  M tryton/gui/window/view_form/view/form_gtk/parser.py


Index: tryton/gui/window/view_form/view/form_gtk/parser.py
===================================================================

--- a/tryton/gui/window/view_form/view/form_gtk/parser.py
+++ b/tryton/gui/window/view_form/view/form_gtk/parser.py
@@ -471,6 +471,7 @@
                     text = fields[attrs['name']].attrs['string']
                 if attrs.get('string'):
                     text = attrs['string']
+                widget.set_homogeneous(bool(attrs.get('homogeneous', 0)))

                 frame = Frame(text, attrs=attrs, widgets=widgets)
                 frame.add(widget)



--
--
[email protected] mailing list



Reply via email to