2014-01-11, 07:03 PM
2014-01-11, 08:01 PM
Open ./jscripts/editor.js inside find:
Replace 400 with 550 and save
// Determine the overall height and width - messy, but works
w = oldTextarea.getDimensions().width+"px";
if(!w || parseInt(w) < 400)
{
w = "400px";
}
Replace 400 with 550 and save