display clip count in list of edits
This commit is contained in:
parent
d91114d343
commit
8652d2e230
3 changed files with 6 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue