diff options
Diffstat (limited to 'js/data/pi')
-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 39194412..eba55535 100644 --- a/js/data/pi/pi-data.js +++ b/js/data/pi/pi-data.js | |||
@@ -452,12 +452,14 @@ exports.PiData = Montage.create( Montage, { | |||
452 | [ | 452 | [ |
453 | { | 453 | { |
454 | type: "dropdown", | 454 | type: "dropdown", |
455 | id: "stroke", | 455 | id: "strokeMaterial", |
456 | prop: "strokeMaterial", | ||
456 | label: "Stroke", | 457 | label: "Stroke", |
457 | labelField: "_name", | 458 | labelField: "_name", |
458 | dataField: "_name", | 459 | dataField: "_name", |
459 | items : { boundObject: "this.application.ninja.appModel", boundProperty: "materials" }, | 460 | items : { boundObject: "this.application.ninja.appModel", boundProperty: "materials" }, |
460 | enabled: { boundObject: "this.controls", boundProperty: "useWebGl" } | 461 | enabled: { boundObject: "this.controls", boundProperty: "useWebGl" }, |
462 | divider : true | ||
461 | } | 463 | } |
462 | ] | 464 | ] |
463 | ] | 465 | ] |