From 763baf19f032c6fbae18963402b79d5d5510d923 Mon Sep 17 00:00:00 2001 From: Pushkar Joshi Date: Thu, 7 Jun 2012 09:49:02 -0700 Subject: change the PI to make it look like the fill color affects the brush stroke color --- js/data/pi/pi-data.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'js/data/pi/pi-data.js') 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, { { type : "color", prop: "border", - id : "stroke" + id : "stroke", + visible: false }, { type : "color", id : "fill", prop: "background", - visible : false, + visible : true, divider : true } ], -- cgit v1.2.3