Skip to content

Commit

Permalink
Changed distance value
Browse files Browse the repository at this point in the history
  • Loading branch information
ckosmowski committed Jan 18, 2013
1 parent c403b99 commit 1383195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slick.grid.js
Expand Up @@ -656,7 +656,7 @@ if (typeof Slick === "undefined") {
$headers.filter(":ui-sortable").sortable("destroy");
$headers.sortable({
containment: "parent",
distance: 5,
distance: 3,
axis: "x",
cursor: "default",
tolerance: "intersection",
Expand Down

0 comments on commit 1383195

Please sign in to comment.