remove gap on right side of show builder

This commit is contained in:
Martin Konecny 2012-09-19 16:19:02 -04:00
parent d702b35e66
commit a3b53ee3d3
1 changed files with 1 additions and 1 deletions

View File

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