diff options
Diffstat (limited to 'js/data/pi/pi-data.js')
-rw-r--r-- | js/data/pi/pi-data.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/js/data/pi/pi-data.js b/js/data/pi/pi-data.js index a6811a20..ba03c347 100644 --- a/js/data/pi/pi-data.js +++ b/js/data/pi/pi-data.js | |||
@@ -473,12 +473,14 @@ exports.PiData = Montage.create( Montage, { | |||
473 | [ | 473 | [ |
474 | { | 474 | { |
475 | type: "dropdown", | 475 | type: "dropdown", |
476 | id: "stroke", | 476 | id: "strokeMaterial", |
477 | prop: "strokeMaterial", | ||
477 | label: "Stroke", | 478 | label: "Stroke", |
478 | labelField: "_name", | 479 | labelField: "_name", |
479 | dataField: "_name", | 480 | dataField: "_name", |
480 | items : { boundObject: "this.application.ninja.appModel", boundProperty: "materials" }, | 481 | items : { boundObject: "this.application.ninja.appModel", boundProperty: "materials" }, |
481 | enabled: { boundObject: "this.controls", boundProperty: "useWebGl" } | 482 | enabled: { boundObject: "this.controls", boundProperty: "useWebGl" }, |
483 | divider : true | ||
482 | } | 484 | } |
483 | ] | 485 | ] |
484 | ] | 486 | ] |