From ea4385add0e9087487ccded929c2d6674d326db8 Mon Sep 17 00:00:00 2001 From: Ananya Sen Date: Wed, 18 Apr 2012 00:29:52 -0700 Subject: - collapse panels for code view, restore for design view - apply theme selection to all code view documents Signed-off-by: Ananya Sen --- js/ninja.reel/ninja.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'js/ninja.reel/ninja.html') diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index 8332e5f5..529dea30 100755 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html @@ -395,7 +395,9 @@ "codeEditorController": {"@": "codeEditorController"}, "rightPanelContainer": {"#": "rightPanelContainer" }, "panelSplitter": {"@": "splitter3"}, - "timelineSplitter": {"@": "splitter4"} + "timelineSplitter": {"@": "splitter4"}, + "toolsSplitter": {"@": "splitter2"}, + "optionsSplitter": {"@": "splitter1"} } } } -- cgit v1.2.3