Fix y position of toolbar

This commit is contained in:
Ryan Huffman 2015-06-24 14:04:53 -07:00
parent 666eaa81fe
commit 54ee869d9b

View file

@ -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,