CC-3508 : Double Scrollbar in Show Builder menu

This commit is contained in:
Naomi Aro 2012-04-03 14:58:10 +02:00
parent cf4704ad89
commit 6c5eb384a5
6 changed files with 13 additions and 9 deletions

View file

@ -739,7 +739,7 @@ var AIRTIME = (function(AIRTIME){
function setWidgetSize() {
viewport = AIRTIME.utilities.findViewportDimensions();
widgetHeight = viewport.height - 185;
width = Math.floor(viewport.width - 110);
width = Math.floor(viewport.width - 80);
var libTableHeight = widgetHeight - 130;