fix bugs with images in text lists
This commit is contained in:
parent
a1d9a08e36
commit
9c55c93fc1
8 changed files with 36 additions and 47 deletions
|
|
@ -36,9 +36,8 @@ pandora.ui.folders = function() {
|
|||
{ id: 'editlist', title: 'Edit Selected List...', disabled: !pandora.user.ui._list },
|
||||
{ id: 'deletelist', title: 'Delete Selected List...', disabled: !pandora.user.ui._list }
|
||||
],
|
||||
max: 0,
|
||||
min: 0,
|
||||
selectable: false,
|
||||
title: 'set', // FIXME: why does this work in VideoEditor, but not here?
|
||||
tooltip: 'Manage Personal Lists',
|
||||
type: 'image'
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue