mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:18:38 +02:00
Merge pull request #3520 from Adrianl3d/20082
CR for Job #20082 - Entity properties bad readable, background is wrong sized
This commit is contained in:
commit
4e752f9bb8
1 changed files with 3 additions and 3 deletions
|
@ -2395,7 +2395,7 @@ function Tooltip() {
|
||||||
this.x = 285;
|
this.x = 285;
|
||||||
this.y = 115;
|
this.y = 115;
|
||||||
this.width = 500;
|
this.width = 500;
|
||||||
this.height = 180; // 145;
|
this.height = 300; // 145;
|
||||||
this.margin = 5;
|
this.margin = 5;
|
||||||
this.decimals = 3;
|
this.decimals = 3;
|
||||||
|
|
||||||
|
@ -2406,8 +2406,8 @@ function Tooltip() {
|
||||||
height: this.height,
|
height: this.height,
|
||||||
margin: this.margin,
|
margin: this.margin,
|
||||||
text: "",
|
text: "",
|
||||||
color: { red: 128, green: 128, blue: 128 },
|
color: { red: 228, green: 228, blue: 228 },
|
||||||
alpha: 0.2,
|
alpha: 0.5,
|
||||||
visible: false
|
visible: false
|
||||||
});
|
});
|
||||||
this.show = function (doShow) {
|
this.show = function (doShow) {
|
||||||
|
|
Loading…
Reference in a new issue