Skip to content
Snippets Groups Projects
Commit 69ede45e authored by LE GAC Renaud's avatar LE GAC Renaud
Browse files

Activate the enableTabScroll for TabPanel embedded in form.

parent c4a023ec
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ def map_tabpanel(fieldsets):
"""
tabpanel = TabPanel(activeTab=0,
enableTabScroll=True,
defaults={'anchor': '98%'})
for fieldset in fieldsets:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment