diff options
author | Eric Guzman | 2012-03-13 13:33:52 -0700 |
---|---|---|
committer | Eric Guzman | 2012-03-13 13:33:52 -0700 |
commit | 0b8383232bc412d94ef234e49898d813436c63cc (patch) | |
tree | 8c821ff65884308d3b6bacde6263741581515598 | |
parent | e6637e3748911a64993c3f0caccee05b98f1eb0a (diff) | |
download | ninja-0b8383232bc412d94ef234e49898d813436c63cc.tar.gz |
Presets Panel - Re-add dbl-click activation
-rw-r--r-- | js/panels/presets/style-presets.reel/style-presets.html | 2 | ||||
-rw-r--r-- | js/panels/presets/transitions-presets.reel/transitions-presets.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/js/panels/presets/style-presets.reel/style-presets.html b/js/panels/presets/style-presets.reel/style-presets.html index 784c9527..0db4d3c0 100644 --- a/js/panels/presets/style-presets.reel/style-presets.html +++ b/js/panels/presets/style-presets.reel/style-presets.html | |||
@@ -40,7 +40,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
40 | "element" : {"#": "libraryContainer"}, | 40 | "element" : {"#": "libraryContainer"}, |
41 | "branchComponent" : {"@": "branch" }, | 41 | "branchComponent" : {"@": "branch" }, |
42 | "contentController": {"@": "presetsController"}, | 42 | "contentController": {"@": "presetsController"}, |
43 | "activationEvent" : "click", | 43 | "activationEvent" : "dblclick", |
44 | "showRoot" : false | 44 | "showRoot" : false |
45 | } | 45 | } |
46 | }, | 46 | }, |
diff --git a/js/panels/presets/transitions-presets.reel/transitions-presets.html b/js/panels/presets/transitions-presets.reel/transitions-presets.html index 58f494d7..5dc28edf 100644 --- a/js/panels/presets/transitions-presets.reel/transitions-presets.html +++ b/js/panels/presets/transitions-presets.reel/transitions-presets.html | |||
@@ -40,7 +40,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
40 | "element" : {"#": "libraryContainer"}, | 40 | "element" : {"#": "libraryContainer"}, |
41 | "branchComponent" : {"@": "branch" }, | 41 | "branchComponent" : {"@": "branch" }, |
42 | "contentController": {"@": "presetsController"}, | 42 | "contentController": {"@": "presetsController"}, |
43 | "activationEvent" : "click", | 43 | "activationEvent" : "dblclick", |
44 | "showRoot": false | 44 | "showRoot": false |
45 | } | 45 | } |
46 | }, | 46 | }, |