Set the default "view range" attribute in toolbar to 5

This commit is contained in:
Hadi Nategh 2014-02-10 14:10:17 +00:00
parent dab53cc607
commit c0e90dbcf5

View File

@ -29,7 +29,7 @@ var et2_toolbar = et2_DOMWidget.extend(
"view_range": {
"name": "View range",
"type": "string",
"default": "3",
"default": "5",
"description": "Define minimum action view range to show actions by both icons and caption"
}
},