[GRID] Change sorting indicator position

Is there any chance to move the sorting indicator from right side of column header to its left side?

Can be done only by code modification.
dhtmlxgrid.js, line 1066
var wdth = el.offsetWidth;
can be replaced with
var wdth = 14;