diff options
author | John Mayhew | 2012-05-03 15:11:56 -0700 |
---|---|---|
committer | John Mayhew | 2012-05-03 15:11:56 -0700 |
commit | 1a759361b82127f9d5c1428dc889fffdf2daaf86 (patch) | |
tree | 92e62aa215418d864e5224797a974cb9841d4b90 /js/components/tools-properties/brush-properties.reel | |
parent | 6b1a6994d98a18b45016b97ac8d81483109a586c (diff) | |
download | ninja-1a759361b82127f9d5c1428dc889fffdf2daaf86.tar.gz |
First round of moving color chips into the sub tools. Shape and Pen tool now have chips in the sub tool bar. Still need to complete adding chips to the Brush tool and finalizing the subtool bar layout to our spec for all of the subtools.
Diffstat (limited to 'js/components/tools-properties/brush-properties.reel')
-rwxr-xr-x | js/components/tools-properties/brush-properties.reel/brush-properties.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/components/tools-properties/brush-properties.reel/brush-properties.js b/js/components/tools-properties/brush-properties.reel/brush-properties.js index fdcd50f8..677cd2d9 100755 --- a/js/components/tools-properties/brush-properties.reel/brush-properties.js +++ b/js/components/tools-properties/brush-properties.reel/brush-properties.js | |||
@@ -36,6 +36,7 @@ exports.BrushProperties = Montage.create(ToolProperties, { | |||
36 | } | 36 | } |
37 | } | 37 | } |
38 | }, | 38 | }, |
39 | |||
39 | strokeSize: { | 40 | strokeSize: { |
40 | get: function() { return this._strokeSize; } | 41 | get: function() { return this._strokeSize; } |
41 | }, | 42 | }, |