diff options
author | Armen Kesablyan | 2012-02-14 10:59:14 -0800 |
---|---|---|
committer | Armen Kesablyan | 2012-02-14 10:59:14 -0800 |
commit | 266f27fc9b2beef0378b2e49e93b5f217b1abde8 (patch) | |
tree | ea0ee817c593f48fc86ebee9070cdcf9e9b8f577 /js/panels | |
parent | 581078a71995f36b7d3a85bc724bef7c7919bb81 (diff) | |
download | ninja-266f27fc9b2beef0378b2e49e93b5f217b1abde8.tar.gz |
Changed height of css panel
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/panels')
-rw-r--r-- | js/panels/CSSPanel/CSSPanel.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/panels/CSSPanel/CSSPanel.js b/js/panels/CSSPanel/CSSPanel.js index 94860b30..cf8880a3 100644 --- a/js/panels/CSSPanel/CSSPanel.js +++ b/js/panels/CSSPanel/CSSPanel.js | |||
@@ -20,9 +20,9 @@ exports.CSSPanel = Montage.create(PanelBase, { | |||
20 | init : { | 20 | init : { |
21 | enumerable:true, | 21 | enumerable:true, |
22 | value : function (){ | 22 | value : function (){ |
23 | this.minHeight = 300; | 23 | this.minHeight = 195; |
24 | this.contentHeight = 300; | 24 | this.contentHeight = 195; |
25 | this.defaultHeight= 300; | 25 | this.defaultHeight= 195; |
26 | 26 | ||
27 | /* OLD WAY -- Removing the temporary div | 27 | /* OLD WAY -- Removing the temporary div |
28 | // TODO: Remove this comment once this is tested. | 28 | // TODO: Remove this comment once this is tested. |