diff options
author | Ananya Sen | 2012-04-18 00:29:52 -0700 |
---|---|---|
committer | Ananya Sen | 2012-04-18 00:29:52 -0700 |
commit | ea4385add0e9087487ccded929c2d6674d326db8 (patch) | |
tree | 8018ac37696540c9e8609223c35ce458b70e26d3 /js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html | |
parent | 35abad196cc9feb76ef50c1b63032a38233a6d51 (diff) | |
download | ninja-ea4385add0e9087487ccded929c2d6674d326db8.tar.gz |
- collapse panels for code view, restore for design view
- apply theme selection to all code view documents
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html')
-rw-r--r-- | js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html index 4a6cfa59..31e96adf 100644 --- a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html +++ b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html | |||
@@ -60,7 +60,7 @@ | |||
60 | <button id="uncomment" value="uncomment" class="nj-skinned format">uncomment</button> | 60 | <button id="uncomment" value="uncomment" class="nj-skinned format">uncomment</button> |
61 | </div> | 61 | </div> |
62 | <div class="themeOptions"> | 62 | <div class="themeOptions"> |
63 | <span>Theme</span> | 63 | <span>Theme :</span> |
64 | <select id="themeSelect"> | 64 | <select id="themeSelect"> |
65 | <option value="default" selected="">DEFAULT</option> | 65 | <option value="default" selected="">DEFAULT</option> |
66 | <option value="night">NIGHT</option> | 66 | <option value="night">NIGHT</option> |