From 2ab38ace1bccdb4ae83d269728c9143c81573364 Mon Sep 17 00:00:00 2001 From: Adrianl3d Date: Tue, 30 Sep 2014 16:34:47 +1000 Subject: [PATCH] Improved contrast to textOverlay and resize Increased background alpha, increased text color, and resize to allow for new properties. --- examples/editModels.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/editModels.js b/examples/editModels.js index c47c497a78..036a0c3834 100644 --- a/examples/editModels.js +++ b/examples/editModels.js @@ -2395,7 +2395,7 @@ function Tooltip() { this.x = 285; this.y = 115; this.width = 500; - this.height = 180; // 145; + this.height = 300; // 145; this.margin = 5; this.decimals = 3; @@ -2406,8 +2406,8 @@ function Tooltip() { height: this.height, margin: this.margin, text: "", - color: { red: 128, green: 128, blue: 128 }, - alpha: 0.2, + color: { red: 228, green: 228, blue: 228 }, + alpha: 0.5, visible: false }); this.show = function (doShow) {