From 54ee869d9b9071e622f82cd70866353d1e0a2616 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Wed, 24 Jun 2015 14:04:53 -0700 Subject: [PATCH] Fix y position of toolbar --- examples/libraries/toolBars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,