mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 04:03:59 +02:00
Apply alpha to text from 0 - .9
Apply alpha to text from 0 - .9
This commit is contained in:
parent
4e11191856
commit
c55f76d7ef
1 changed files with 1 additions and 1 deletions
|
@ -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", {
|
||||
|
|
Loading…
Reference in a new issue