CC-3174 : showbuilder

change max-height slightly for the library dialog.
This commit is contained in:
Naomi Aro 2012-03-08 11:14:09 +01:00
parent fe3c340a90
commit 7a5054655e
1 changed files with 4 additions and 1 deletions

View File

@ -141,9 +141,12 @@ function buildScheduleDialog (json) {
AIRTIME.library.libraryInit();
AIRTIME.showbuilder.builderDataTable();
dialog.find(".dataTables_scrolling")
.css("max-height", height - 110 - 155);
dialog.dialog('open');
//calculate dynamically width fo the library search input.
//calculate dynamically width for the library search input.
libLength = dialog.find("#library_display_length");
libType = dialog.find("#library_display_type");
libFilter = dialog.find("#library_display_filter");