aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/brush-properties.reel
diff options
context:
space:
mode:
authorPushkar Joshi2012-03-12 15:02:07 -0700
committerPushkar Joshi2012-03-12 15:02:07 -0700
commit00b1e6a9bed04172ad84bdd810f1bd999e8fa0eb (patch)
tree0a5d15487f660a58a574c9d0f19a4b647c1c86ae /js/components/tools-properties/brush-properties.reel
parentfcab2a14f8de302948d38f55db41e2c1c92baa34 (diff)
downloadninja-00b1e6a9bed04172ad84bdd810f1bd999e8fa0eb.tar.gz
bug fixes for spline interpolation
AND Laplacian smoothing for denoising AND code cleanup (removing blocks of commented code)
Diffstat (limited to 'js/components/tools-properties/brush-properties.reel')
-rwxr-xr-xjs/components/tools-properties/brush-properties.reel/brush-properties.html2
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 d96bd1ba..608111bd 100755
--- a/js/components/tools-properties/brush-properties.reel/brush-properties.html
+++ b/js/components/tools-properties/brush-properties.reel/brush-properties.html
@@ -70,7 +70,7 @@
70 <body> 70 <body>
71 <div id="brushProperties" class="subToolHolderPanel"> 71 <div id="brushProperties" class="subToolHolderPanel">
72 <div id="strokesContainer" class="leftLabel" style="margin-left:25px; padding-top: 3px;"> 72 <div id="strokesContainer" class="leftLabel" style="margin-left:25px; padding-top: 3px;">
73 <label class="label"> Stroke:</label> 73 <label class="label"> Width:</label>
74 <div id="strokeSize" class="label"></div> 74 <div id="strokeSize" class="label"></div>
75 <label class="label"> Hardness:</label> 75 <label class="label"> Hardness:</label>
76 <div id="strokeHardness" class="label"></div> 76 <div id="strokeHardness" class="label"></div>