From a3b53ee3d3b6b96ffcec7707aba6016f965c8b22 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Wed, 19 Sep 2012 16:19:02 -0400 Subject: [PATCH] remove gap on right side of show builder --- airtime_mvc/public/js/airtime/showbuilder/main_builder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/public/js/airtime/showbuilder/main_builder.js b/airtime_mvc/public/js/airtime/showbuilder/main_builder.js index dc286f5da..675841cde 100644 --- a/airtime_mvc/public/js/airtime/showbuilder/main_builder.js +++ b/airtime_mvc/public/js/airtime/showbuilder/main_builder.js @@ -45,7 +45,7 @@ AIRTIME = (function(AIRTIME) { function setWidgetSize() { viewport = AIRTIME.utilities.findViewportDimensions(); widgetHeight = viewport.height - 180; - screenWidth = Math.floor(viewport.width - 90); + screenWidth = Math.floor(viewport.width - 40); var libTableHeight = widgetHeight - 130, builderTableHeight = widgetHeight - 95,