diff --git a/examples/libraries/toolBars.js b/examples/libraries/toolBars.js index f3b68abf1e..5aad179fbc 100644 --- a/examples/libraries/toolBars.js +++ b/examples/libraries/toolBars.js @@ -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,