diff options
author | Valerio Virgillito | 2012-06-21 14:30:46 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-21 14:30:46 -0700 |
commit | 01dc38612c10c2d07596f3de0ca1897243a54a96 (patch) | |
tree | 9cbfd72644568daae9c5b9f43126ddc214d260dc /js/components/tools-properties/brush-properties.reel | |
parent | c8fc6d15e1570e89243abe527cd149e354f7e11f (diff) | |
parent | 4b186e0c3f97f704d1ac671a63cd02084e19fe0e (diff) | |
download | ninja-01dc38612c10c2d07596f3de0ca1897243a54a96.tar.gz |
Merge pull request #318 from joseeight/Color
Color
Diffstat (limited to 'js/components/tools-properties/brush-properties.reel')
-rwxr-xr-x | js/components/tools-properties/brush-properties.reel/brush-properties.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/tools-properties/brush-properties.reel/brush-properties.html b/js/components/tools-properties/brush-properties.reel/brush-properties.html index 7d99a42a..8753e921 100755 --- a/js/components/tools-properties/brush-properties.reel/brush-properties.html +++ b/js/components/tools-properties/brush-properties.reel/brush-properties.html | |||
@@ -82,7 +82,7 @@ | |||
82 | <body> | 82 | <body> |
83 | <div data-montage-id="brushProperties" class="subToolHolderPanel toolOptionsFloatChildren"> | 83 | <div data-montage-id="brushProperties" class="subToolHolderPanel toolOptionsFloatChildren"> |
84 | <div class="toolColorChipIcon FillTool"></div> | 84 | <div class="toolColorChipIcon FillTool"></div> |
85 | <div data-montage-id="fillColorCtrl" class="toolColorChipCtrl"></div> | 85 | <div class="toolColorChipContainer"><div data-montage-id="fillColorCtrl" class="toolColorChipCtrl"></div></div> |
86 | <div class="nj-divider divider-vertical"> </div> | 86 | <div class="nj-divider divider-vertical"> </div> |
87 | <label class="label"> Width:</label> | 87 | <label class="label"> Width:</label> |
88 | <div data-montage-id="strokeSize" class="label"></div> | 88 | <div data-montage-id="strokeSize" class="label"></div> |