Skip to content

Commit

Permalink
Tweaks to the grid
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Stroz committed Mar 25, 2011
1 parent 3653a98 commit 0947865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/list.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
mtype: 'GET',
colNames:['', 'Name','Description', 'URL'],
colModel :[
{name:'id', index:'id',width:35, formatter:buttonFormatter},
{name:'id', index:'id',width:40, formatter:buttonFormatter},
{name:'name', index:'name', width:200},
{name:'description', index:'description', width:250},
{name:'url', index:'url', width:250}
],
width:735,
width:740,
height: 500,
altRows: true,
pager: '##pager',
Expand Down

0 comments on commit 0947865

Please sign in to comment.