diff --git a/Picture Processor.jsx b/Picture Processor.jsx index eebb91a..439aa81 100644 --- a/Picture Processor.jsx +++ b/Picture Processor.jsx @@ -8,7 +8,7 @@ try{ }catch(e){} var win = new Window( 'dialog', 'PP' ); g = win.graphics; -var myBrush = g.newBrush(g.BrushType.SOLID_COLOR, [0.99, 0.99, 0.99, 1]); +var myBrush = g.newBrush(g.BrushType.SOLID_COLOR, [0.4, 0.4, 0.4, 1]); g.backgroundColor = myBrush; win.orientation='stack'; win.p1= win.add("panel", undefined, undefined, {borderStyle:"black"}); @@ -2280,4 +2280,4 @@ if (app.version.match(/\d+/) <10){ alert("Sorry but this script needs CS3 or better"); }else{ main(); -} \ No newline at end of file +}