From 9fac84a9378371468a8ba1415080116a7ed8608d Mon Sep 17 00:00:00 2001 From: Chris Collins Date: Mon, 17 Nov 2014 12:58:54 -0800 Subject: [PATCH] Changed the Alpha on the editmodels overlay Changed the Alpha on the editmodels overlay --- examples/editModels.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/editModels.js b/examples/editModels.js index 69976e03a1..3f1863fef2 100644 --- a/examples/editModels.js +++ b/examples/editModels.js @@ -2479,7 +2479,7 @@ function Tooltip() { margin: this.margin, text: "", color: { red: 228, green: 228, blue: 228 }, - alpha: 0.5, + alpha: 0.8, visible: false }); this.show = function (doShow) {