Merge pull request #762 from axelson/update-convert-text-to-sticky-script-default-value

Change the default sticky note to have transparent border
This commit is contained in:
zsviczian
2022-08-23 08:17:38 +02:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ settings = ea.getScriptSettings();
if(!settings["Border color"]) {
settings = {
"Border color" : {
value: "#000000",
value: "transparent",
description: "Any legal HTML color (#000000, rgb, color-name, etc.). Set to 'transparent' for transparent color."
},
"Background color" : {