From fd00ad95caed61701a7eae47acc30a0923f393fa Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sat, 6 Dec 2014 09:24:30 -0800 Subject: [PATCH] Fix voxel size text display --- examples/editVoxels.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/editVoxels.js b/examples/editVoxels.js index 1dd825d3cf..ff096973a3 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.9, + backgroundAlpha: 0.0, visible: editToolsOn }); this.powerOverlay = Overlays.addOverlay("text", { @@ -327,7 +327,7 @@ function ScaleSelector() { width: this.SECOND_PART, height: this.height, leftMargin: 28, text: this.power.toString(), - alpha: 0.0, + backgroundAlpha: 0.0, visible: false }); this.setScale = function(scale) {