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 0b178c84..ba6154c9 100644 --- a/js/data/panels-data.js +++ b/js/data/panels-data.js | |||
@@ -63,12 +63,12 @@ exports.PanelsData = Montage.create(Montage, { | |||
63 | { | 63 | { |
64 | name: "Materials", | 64 | name: "Materials", |
65 | groups: ["default"], | 65 | groups: ["default"], |
66 | minHeight: 100, | 66 | minHeight: 270, |
67 | height: 100, | 67 | height: 270, |
68 | maxHeight: null, | 68 | maxHeight: null, |
69 | flexible: true, | 69 | flexible: false, |
70 | collapsed: true, | 70 | collapsed: true, |
71 | scrollable: true, | 71 | scrollable: false, |
72 | open: true, | 72 | open: true, |
73 | modulePath: "js/panels/Materials/materials-library-panel.reel", | 73 | modulePath: "js/panels/Materials/materials-library-panel.reel", |
74 | moduleName: "MaterialsLibraryPanel" | 74 | moduleName: "MaterialsLibraryPanel" |