Change minWidth of columns in dataview to 20px

This commit is contained in:
Hadi Nategh 2014-08-26 14:04:52 +00:00
parent 281090320f
commit d18989c3e2

View File

@ -65,7 +65,7 @@ var et2_dataview_column = ClassWithAttributes.extend({
"minWidth": {
"name": "Minimum width",
"type": "integer",
"default": 50,
"default": 20,
"description": "Minimum width of the column, in pixels. Values below this are rejected."
},
"maxWidth": {