diff options
Diffstat (limited to 'js/data')
-rw-r--r-- | js/data/panels-data.js | 8 | ||||
-rwxr-xr-x | js/data/tools-data.js | 4 |
2 files changed, 6 insertions, 6 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" |
diff --git a/js/data/tools-data.js b/js/data/tools-data.js index 73bcd7fd..5619fe60 100755 --- a/js/data/tools-data.js +++ b/js/data/tools-data.js | |||
@@ -74,7 +74,7 @@ exports.ToolsData = Montage.create(Montage, { | |||
74 | value: 13 | 74 | value: 13 |
75 | }, | 75 | }, |
76 | 76 | ||
77 | // NOTE: additions or removal of any tools, or any changes in the order of these entries requires updating the constant index properties above. | 77 | // NOTE: additions or removal of any tools, or any changes in the order of these entries requires updating the constant index properties above. |
78 | // Code in the keyboard mediator and ninja.js accesses the array below through the index constants above | 78 | // Code in the keyboard mediator and ninja.js accesses the array below through the index constants above |
79 | defaultToolsData: { | 79 | defaultToolsData: { |
80 | value: [ | 80 | value: [ |
@@ -301,5 +301,5 @@ exports.ToolsData = Montage.create(Montage, { | |||
301 | selectedToolInstance : { | 301 | selectedToolInstance : { |
302 | value: null | 302 | value: null |
303 | } | 303 | } |
304 | 304 | ||
305 | }); | 305 | }); |