lib/bloggit/client/scripts/app.js in bloggit-1.0.3 vs lib/bloggit/client/scripts/app.js in bloggit-1.0.7

- old
+ new

@@ -95,15 +95,15 @@ function titleRenderer(title) { return '<span style="font-size:115%; font-weight: bold;">'+ title +'</span>'; } var cm = new Ext.grid.ColumnModel([ - {header: "Title", width: 180, dataIndex: 'title', id:'title', renderer:titleRenderer}, + {header: "Title", width: 300, dataIndex: 'title', id:'title', renderer:titleRenderer}, {header: "Status", width: 115, dataIndex: 'status'}, {header: "Format", width: 100, dataIndex: 'format'}, {header: "Publish Date", width: 100, dataIndex: 'publish_date'}, ]); - cm.defaultSortable = true; + cm.defaultSortable = true; dsPosts.load(); // create the grid gridPosts = new Ext.grid.Grid('posts-grid', { ds: dsPosts, \ No newline at end of file