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/fill-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/fill-properties.reel')
-rwxr-xr-x | js/components/tools-properties/fill-properties.reel/fill-properties.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/tools-properties/fill-properties.reel/fill-properties.html b/js/components/tools-properties/fill-properties.reel/fill-properties.html index cf68520f..e5df9bd3 100755 --- a/js/components/tools-properties/fill-properties.reel/fill-properties.html +++ b/js/components/tools-properties/fill-properties.reel/fill-properties.html | |||
@@ -66,7 +66,7 @@ | |||
66 | <div data-montage-id="fillProperties" class="subToolHolderPanel optionsFillTool toolOptionsFloatChildren"> | 66 | <div data-montage-id="fillProperties" class="subToolHolderPanel optionsFillTool toolOptionsFloatChildren"> |
67 | <input data-montage-id="useFillColor" type="checkbox" name="useFillColorControl" class="nj-skinned"/> | 67 | <input data-montage-id="useFillColor" type="checkbox" name="useFillColorControl" class="nj-skinned"/> |
68 | <div class="toolColorChipIcon FillTool"></div> | 68 | <div class="toolColorChipIcon FillTool"></div> |
69 | <div data-montage-id="fillColorCtrl" class="toolColorChipCtrl"></div> | 69 | <div class="toolColorChipContainer"><div data-montage-id="fillColorCtrl" class="toolColorChipCtrl"></div></div> |
70 | <div class="nj-divider divider-vertical toolOptionsSpacer"> </div> | 70 | <div class="nj-divider divider-vertical toolOptionsSpacer"> </div> |
71 | 71 | ||
72 | <input data-montage-id="useWebGL" type="checkbox" name="useWebGLControl" class="nj-skinned"/> | 72 | <input data-montage-id="useWebGL" type="checkbox" name="useWebGLControl" class="nj-skinned"/> |