Monotone-Parent: e89b81e10035781a2a58c45163daa46c34bb7726

Monotone-Revision: a445c049dc5b45e7ecc0df6c56f05d251e1646f5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-17T02:19:06
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-08-17 02:19:06 +00:00
parent 7d1088753f
commit 929d7cd72c
2 changed files with 14 additions and 13 deletions
+1
View File
@@ -1028,6 +1028,7 @@ function configureDragHandles() {
var handle = $("verticalDragHandle");
if (handle) {
handle.addInterface(SOGoDragHandlesInterface);
handle.leftMargin = 1;
handle.leftBlock=$("leftPanel");
handle.rightBlock=$("rightPanel");
}