From d65fafb0aa04c1ddc9ba5080026239eb487ce42e Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 5 Apr 2012 17:33:22 +0200 Subject: [PATCH] off by one in ExamplePanel --- source/Ox.UI/js/Code/Ox.ExamplePanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Code/Ox.ExamplePanel.js b/source/Ox.UI/js/Code/Ox.ExamplePanel.js index 0be8bb10..1f2ee3fb 100644 --- a/source/Ox.UI/js/Code/Ox.ExamplePanel.js +++ b/source/Ox.UI/js/Code/Ox.ExamplePanel.js @@ -99,7 +99,7 @@ Ox.ExamplePanel = function(options, self) { keywords: item.keywords, replace: self.options.replace, title: item.title, - width: window.innerWidth - self.options.size - 1 + width: window.innerWidth - self.options.size }) ); } else {