Skip to content

Commit

Permalink
Change controls order in dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Aug 6, 2015
1 parent bea30e6 commit 68fa290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/demo/include/shapegenerators.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,8 @@ JSM.PrismGenerator = function ()
]], 'left'),
direction : new JSM.Parameter ('direction', 'coord', new JSM.Coord (0.0, 0.0, 1.0), 'right'),
height : new JSM.Parameter ('height', 'number', 1.0, 'right'),
withTopAndBottom : new JSM.Parameter ('top and bottom', 'check', true, 'right'),
curveAngle : new JSM.Parameter ('curve angle', 'number', 150, 'right')
curveAngle : new JSM.Parameter ('curve angle', 'number', 150, 'right'),
withTopAndBottom : new JSM.Parameter ('top and bottom', 'check', true, 'right')
};
};

Expand Down

0 comments on commit 68fa290

Please sign in to comment.