mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 06:53:00 +02:00
Fix y position of toolbar
This commit is contained in:
parent
666eaa81fe
commit
54ee869d9b
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ ToolBar = function(x, y, direction) {
|
||||||
this.back = this.back = Overlays.addOverlay("text", {
|
this.back = this.back = Overlays.addOverlay("text", {
|
||||||
backgroundColor: { red: 255, green: 255, blue: 255 },
|
backgroundColor: { red: 255, green: 255, blue: 255 },
|
||||||
x: this.x,
|
x: this.x,
|
||||||
y: this.y - ToolBar.TITLE_BAR_HEIGHT,
|
y: this.y,
|
||||||
width: this.width,
|
width: this.width,
|
||||||
height: this.height,
|
height: this.height,
|
||||||
alpha: 1.0,
|
alpha: 1.0,
|
||||||
|
|
Loading…
Reference in a new issue