aboutsummaryrefslogtreecommitdiff
path: root/js/data/pi/pi-data.js
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-04-12 14:24:25 -0700
committerNivesh Rajbhandari2012-04-12 14:24:25 -0700
commit77c6ab76ffe9fc380ed6fdb7b29ccd40acaee74d (patch)
tree18a1f0e3679c0eb993a9dedb537035d3861f49ac /js/data/pi/pi-data.js
parent3bbf32b285405562471fa594c283e271d347734e (diff)
downloadninja-77c6ab76ffe9fc380ed6fdb7b29ccd40acaee74d.tar.gz
Fixing selection/tag layout drawing when canvas and image elements have borders.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/data/pi/pi-data.js')
-rwxr-xr-xjs/data/pi/pi-data.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/data/pi/pi-data.js b/js/data/pi/pi-data.js
index 07017f09..157c54ec 100755
--- a/js/data/pi/pi-data.js
+++ b/js/data/pi/pi-data.js
@@ -131,6 +131,8 @@ exports.PiData = Montage.create( Montage, {
131 type : "hottext", 131 type : "hottext",
132 id : "borderWidth", 132 id : "borderWidth",
133 prop : "border-width", 133 prop : "border-width",
134 defaultValue: 0,
135 valueMutator: parseFloat,
134 label : "Border", 136 label : "Border",
135 min : 0, 137 min : 0,
136 max : 100, 138 max : 100,