diff options
Diffstat (limited to 'js/data')
-rw-r--r-- | js/data/panels-data.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/js/data/panels-data.js b/js/data/panels-data.js index fd83d0c7..a1346ec4 100644 --- a/js/data/panels-data.js +++ b/js/data/panels-data.js | |||
@@ -39,12 +39,12 @@ exports.PanelsData = Montage.create(Montage, { | |||
39 | { | 39 | { |
40 | name: "Materials", | 40 | name: "Materials", |
41 | groups: ["default"], | 41 | groups: ["default"], |
42 | minHeight: 100, | 42 | minHeight: 270, |
43 | height: 100, | 43 | height: 270, |
44 | maxHeight: null, | 44 | maxHeight: null, |
45 | flexible: true, | 45 | flexible: false, |
46 | collapsed: true, | 46 | collapsed: true, |
47 | scrollable: true, | 47 | scrollable: false, |
48 | open: true, | 48 | open: true, |
49 | modulePath: "js/panels/Materials/materials-library-panel.reel", | 49 | modulePath: "js/panels/Materials/materials-library-panel.reel", |
50 | moduleName: "MaterialsLibraryPanel" | 50 | moduleName: "MaterialsLibraryPanel" |