Please review this at http://codereview.tryton.org/249005/
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
@@ -732,7 +732,7 @@
scrolledwindow.set_size_request(-1, 80)
scrolledwindow.add(textview)
textview.set_accepts_tab(False)
- return scrolledwindow, gtk.FILL | gtk.EXPAND
+ return textview, gtk.FILL | gtk.EXPAND
else:
return None, False