From cf029f31de97d59a7bb36b135b9406a8c7886d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grzelak?= Date: Wed, 11 Jun 2025 02:29:22 +0200 Subject: [PATCH] Update Picture Processor.jsx Updated bg color of the panel, so it works with todays default dark PS theme --- Picture Processor.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}