aboutsummaryrefslogtreecommitdiff
path: root/js/data
diff options
context:
space:
mode:
authorPushkar Joshi2012-06-07 09:49:02 -0700
committerPushkar Joshi2012-06-07 09:49:02 -0700
commit763baf19f032c6fbae18963402b79d5d5510d923 (patch)
tree07873c1e70454135d7756e927118e4ff0880a301 /js/data
parent2dca8a0aa69981bc2a81c4a68f9061aef861f0ea (diff)
downloadninja-763baf19f032c6fbae18963402b79d5d5510d923.tar.gz
change the PI to make it look like the fill color affects the brush stroke color
Diffstat (limited to 'js/data')
-rwxr-xr-xjs/data/pi/pi-data.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/js/data/pi/pi-data.js b/js/data/pi/pi-data.js
index 157cbc64..c6cbc3cf 100755
--- a/js/data/pi/pi-data.js
+++ b/js/data/pi/pi-data.js
@@ -703,13 +703,14 @@ exports.PiData = Montage.create( Montage, {
703 { 703 {
704 type : "color", 704 type : "color",
705 prop: "border", 705 prop: "border",
706 id : "stroke" 706 id : "stroke",
707 visible: false
707 }, 708 },
708 { 709 {
709 type : "color", 710 type : "color",
710 id : "fill", 711 id : "fill",
711 prop: "background", 712 prop: "background",
712 visible : false, 713 visible : true,
713 divider : true 714 divider : true
714 } 715 }
715 ], 716 ],