mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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", {
|
||||
backgroundColor: { red: 255, green: 255, blue: 255 },
|
||||
x: this.x,
|
||||
y: this.y - ToolBar.TITLE_BAR_HEIGHT,
|
||||
y: this.y,
|
||||
width: this.width,
|
||||
height: this.height,
|
||||
alpha: 1.0,
|
||||
|
|
Loading…
Reference in a new issue