Header checkbox for selection model *checkboxmodel* is to narrow on template crisp-touch,

the default headerWidth is 24 must be 25.

Fix...



Code:



selModel: {
selType: 'checkboxmodel',
showHeaderCheckbox : true,
headerWidth : '25px',
mode: 'MULTI'
},