mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 12:41:10 +01:00
Change minWidth of columns in dataview to 20px
This commit is contained in:
parent
281090320f
commit
d18989c3e2
@ -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