From c55f76d7efda109c07df0fe01a38ca8df6c0901d Mon Sep 17 00:00:00 2001 From: Chris Collins Date: Thu, 13 Nov 2014 17:27:05 -0800 Subject: [PATCH] Apply alpha to text from 0 - .9 Apply alpha to text from 0 - .9 --- examples/editVoxels.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/editVoxels.js b/examples/editVoxels.js index 1fa2df0977..1dd825d3cf 100644 --- a/examples/editVoxels.js +++ b/examples/editVoxels.js @@ -319,7 +319,7 @@ function ScaleSelector() { width: this.SECOND_PART, height: this.height, topMargin: 13, text: this.scale.toString(), - alpha: 0.0, + alpha: 0.9, visible: editToolsOn }); this.powerOverlay = Overlays.addOverlay("text", {