diff options
Diffstat (limited to 'js/data/panels-data.js')
-rw-r--r-- | js/data/panels-data.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/js/data/panels-data.js b/js/data/panels-data.js index 7ab40f11..ed346196 100644 --- a/js/data/panels-data.js +++ b/js/data/panels-data.js | |||
@@ -72,18 +72,6 @@ exports.PanelsData = Montage.create(Montage, { | |||
72 | // }, | 72 | // }, |
73 | { | 73 | { |
74 | name: "CSS", | 74 | name: "CSS", |
75 | minHeight: 195, | ||
76 | height: 195, | ||
77 | maxHeight: null, | ||
78 | flexible: true, | ||
79 | scrollable: true, | ||
80 | collapsed: true, | ||
81 | open: true, | ||
82 | modulePath: "js/panels/CSSPanel/CSSPanelBase.reel", | ||
83 | moduleName: "CSSPanelBase" | ||
84 | }, | ||
85 | { | ||
86 | name: "CSSPanel", | ||
87 | height: 200, | 75 | height: 200, |
88 | minHeight: 200, | 76 | minHeight: 200, |
89 | maxHeight: null, | 77 | maxHeight: null, |