Merge branch 'devel' of dev.sourcefabric.org:airtime into devel

This commit is contained in:
denise 2012-09-19 16:40:05 -04:00
commit f2e495cbd8
2 changed files with 6 additions and 6 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,