Increase size of column resize handle

This commit is contained in:
Nathan Gray 2014-01-14 14:52:21 +00:00
parent 29868662c1
commit 959a6bd588

View File

@ -19,7 +19,7 @@
(function() {
// Define some constants
var RESIZE_BORDER = 7;
var RESIZE_BORDER = 12;
var RESIZE_MIN_WIDTH = 25;
var RESIZE_ADD = 2; // Used to ensure mouse is under the resize element after resizing has finished