CC-4529: Playlist Builder: The panel of 'Adding n items' will be bigger than usual if there is a item in Playlist has expanded cue in/out setting
-fixed
This commit is contained in:
parent
dc410f4289
commit
c9ac675a10
|
@ -65,7 +65,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
|
||||
var $el = $(this), selected = mod
|
||||
.getChosenAudioFilesLength(), container, message, li = $("#side_playlist ul[id='spl_sortable'] li:first"), width = li
|
||||
.width(), height = li.height();
|
||||
.width(), height = 55;
|
||||
|
||||
// dragging an element that has an unselected
|
||||
// checkbox.
|
||||
|
|
Loading…
Reference in New Issue