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": {
|
"minWidth": {
|
||||||
"name": "Minimum width",
|
"name": "Minimum width",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"default": 50,
|
"default": 20,
|
||||||
"description": "Minimum width of the column, in pixels. Values below this are rejected."
|
"description": "Minimum width of the column, in pixels. Values below this are rejected."
|
||||||
},
|
},
|
||||||
"maxWidth": {
|
"maxWidth": {
|
||||||
|
Loading…
Reference in New Issue
Block a user