aboutsummaryrefslogtreecommitdiff
path: root/js/panels/presets
diff options
context:
space:
mode:
authorEric Guzman2012-03-13 13:33:52 -0700
committerEric Guzman2012-03-13 13:33:52 -0700
commit0b8383232bc412d94ef234e49898d813436c63cc (patch)
tree8c821ff65884308d3b6bacde6263741581515598 /js/panels/presets
parente6637e3748911a64993c3f0caccee05b98f1eb0a (diff)
downloadninja-0b8383232bc412d94ef234e49898d813436c63cc.tar.gz
Presets Panel - Re-add dbl-click activation
Diffstat (limited to 'js/panels/presets')
-rw-r--r--js/panels/presets/style-presets.reel/style-presets.html2
-rw-r--r--js/panels/presets/transitions-presets.reel/transitions-presets.html2
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 },