aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/brush-properties.reel/brush-properties.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/tools-properties/brush-properties.reel/brush-properties.html')
-rwxr-xr-xjs/components/tools-properties/brush-properties.reel/brush-properties.html4
1 files changed, 3 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 af07b3f2..6d4852e6 100755
--- a/js/components/tools-properties/brush-properties.reel/brush-properties.html
+++ b/js/components/tools-properties/brush-properties.reel/brush-properties.html
@@ -43,7 +43,8 @@
43 "properties": { 43 "properties": {
44 "element": {"#": "brushProperties"}, 44 "element": {"#": "brushProperties"},
45 "_strokeSize": {"@": "strokeSizeHT"}, 45 "_strokeSize": {"@": "strokeSizeHT"},
46 "_strokeHardness": {"@": "strokeHardnessHT"} 46 "_strokeHardness": {"@": "strokeHardnessHT"},
47 "_doSmoothing": {"@": "doSmoothing"}
47 } 48 }
48 } 49 }
49 } 50 }
@@ -58,6 +59,7 @@
58 <div id="strokeSize" class="label"></div> 59 <div id="strokeSize" class="label"></div>
59 <label class="label"> Hardness:</label> 60 <label class="label"> Hardness:</label>
60 <div id="strokeHardness" class="label"></div> 61 <div id="strokeHardness" class="label"></div>
62 <label class="label subOption optionLabel"><input id="doSmoothing" type="checkbox" name="doSmoothingControl" class="checkBoxAlign"/>Smoothing</label>
61 </div> 63 </div>
62 </div> 64 </div>
63 </body> 65 </body>