projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f60e093
)
Better offset positioning when dragging folders
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 18 Mar 2009 16:36:39 +0000
(10:36 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 18 Mar 2009 16:36:39 +0000
(10:36 -0600)
imp/js/src/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/src/DimpBase.js
b/imp/js/src/DimpBase.js
index
637b9b2
..
2d92d18
100644
(file)
--- a/
imp/js/src/DimpBase.js
+++ b/
imp/js/src/DimpBase.js
@@
-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) {