Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
f2e495cbd8
2 changed files with 6 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue