forked from extern/egroupware
Change minWidth of columns in dataview to 20px
This commit is contained in:
parent
12ed9fe370
commit
d806a5bf69
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user