fix the row height

This commit is contained in:
Damien Churchill 2010-01-28 18:43:30 +00:00
parent 0647c4e3d7
commit da8367de4d
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ Copyright:
margins: '5 5 0 0',
stateful: true,
view: new Ext.ux.grid.BufferView({
rowHeight: 34,
rowHeight: 26,
scrollDelay: false
})
}, config);