Better offset positioning when dragging folders
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 18 Mar 2009 16:36:39 +0000 (10:36 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 18 Mar 2009 16:36:39 +0000 (10:36 -0600)
imp/js/src/DimpBase.js

index 637b9b2..2d92d18 100644 (file)
@@ -2433,7 +2433,7 @@ DimpBase._msgDragConfig = {
 
 DimpBase._folderDragConfig = {
     ghosting: true,
-    offset: { x: 5, y: 5 },
+    offset: { x: 15, y: 0 },
     scroll: 'normalfolders',
     threshold: 5,
     onDrag: function(d, e) {