diff options
author | Pushkar Joshi | 2012-05-07 11:00:22 -0700 |
---|---|---|
committer | Pushkar Joshi | 2012-05-07 11:00:22 -0700 |
commit | e5ae6e0b6e54db0e6efd75d1f14cb791060ed67a (patch) | |
tree | e84d2dc5033c1b5c1b993662660a90af12584b69 /js/components/tools-properties/shape-properties.reel | |
parent | ba890518b5a35d5e6893f9fc72d2eee30ae07e17 (diff) | |
parent | 526e423e4a2734c2b139af23911e912452a4443f (diff) | |
download | ninja-e5ae6e0b6e54db0e6efd75d1f14cb791060ed67a.tar.gz |
Merge branch 'master' into pentool
Diffstat (limited to 'js/components/tools-properties/shape-properties.reel')
-rwxr-xr-x | js/components/tools-properties/shape-properties.reel/shape-properties.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/js/components/tools-properties/shape-properties.reel/shape-properties.html b/js/components/tools-properties/shape-properties.reel/shape-properties.html index 117664a3..6d58fe80 100755 --- a/js/components/tools-properties/shape-properties.reel/shape-properties.html +++ b/js/components/tools-properties/shape-properties.reel/shape-properties.html | |||
@@ -127,30 +127,30 @@ | |||
127 | </head> | 127 | </head> |
128 | 128 | ||
129 | <body> | 129 | <body> |
130 | <div id="shapeProperties" class="subToolHolderPanel"> | 130 | <div data-montage-id="shapeProperties" class="subToolHolderPanel"> |
131 | <div id="shapeToolsList"> | 131 | <div data-montage-id="shapeToolsList"> |
132 | <div id="toolbutton"></div> | 132 | <div data-montage-id="toolbutton"></div> |
133 | </div> | 133 | </div> |
134 | 134 | ||
135 | <label class="label">Stroke:</label> | 135 | <label class="label">Stroke:</label> |
136 | <div id="strokeControl" class="label"></div> | 136 | <div data-montage-id="strokeControl" class="label"></div> |
137 | 137 | ||
138 | <div id="customProperties"> | 138 | <div id="customProperties"> |
139 | <div id="ovalProperties" class="label"></div> | 139 | <div data-montage-id="ovalProperties" class="label"></div> |
140 | <div id="rectProperties" class="label"></div> | 140 | <div data-montage-id="rectProperties" class="label"></div> |
141 | <div id="lineProperties" class="label"></div> | 141 | <div data-montage-id="lineProperties" class="label"></div> |
142 | </div> | 142 | </div> |
143 | 143 | ||
144 | <label class="label subOption optionLabel"><input id="useWebGLCH" type="checkbox" name="useWebGLControl" class="checkBoxAlign"/>Use WebGL</label> | 144 | <label class="label subOption optionLabel"><input data-montage-id="useWebGLCH" type="checkbox" name="useWebGLControl" class="checkBoxAlign"/>Use WebGL</label> |
145 | 145 | ||
146 | <label id="materialLabel" class="label">Material:</label> | 146 | <label data-montage-id="materialLabel" class="label">Material:</label> |
147 | <div id="strokeIcon" class="pencilToolUp" style="float: left;"></div> | 147 | <div data-montage-id="strokeIcon" class="pencilToolUp" style="float: left;"></div> |
148 | 148 | ||
149 | <select class="selectBox" id="strokeMaterialCB"> | 149 | <select class="selectBox" data-montage-id="strokeMaterialCB"> |
150 | </select> | 150 | </select> |
151 | 151 | ||
152 | <div id="fillIcon" class="bucketToolUp" style="float: left;"></div> | 152 | <div data-montage-id="fillIcon" class="bucketToolUp" style="float: left;"></div> |
153 | <select class="selectBox" id="fillMaterialCB"> | 153 | <select class="selectBox" data-montage-id="fillMaterialCB"> |
154 | </select> | 154 | </select> |
155 | 155 | ||
156 | 156 | ||