display clip count in list of edits

This commit is contained in:
rolux 2014-02-08 17:34:12 +00:00
commit 8652d2e230
3 changed files with 6 additions and 6 deletions

View file

@ -1996,7 +1996,7 @@ pandora.resizeFilters = function(width) {
pandora.resizeFolders = function(section) {
section = section || pandora.user.ui.section;
var width = pandora.getFoldersWidth(section),
columnWidth = width - (section == 'items' ? 96 : 48),
columnWidth = width - (section != 'texts' ? 96 : 48),
userColumnWidth = Math.round(columnWidth * 0.4),
nameColumnWidth = columnWidth - userColumnWidth;
pandora.$ui.allItems && pandora.$ui.allItems.resizeElement(columnWidth - 8);