some improvements to list folders

This commit is contained in:
rolux 2011-09-01 09:17:49 +00:00
commit 545d5c4dc8
4 changed files with 34 additions and 27 deletions

View file

@ -39,6 +39,7 @@ pandora.ui.list = function() { // fixme: remove view argument
columnsRemovable: true,
columnsResizable: true,
columnsVisible: true,
draggable: true,
id: 'list',
items: function(data, callback) {
//Ox.print('data, pandora.Query.toObject', data, pandora.Query.toObject())
@ -83,6 +84,7 @@ pandora.ui.list = function() { // fixme: remove view argument
that = Ox.IconList({
borderRadius: pandora.user.ui.icons == 'posters' ? 0 : 16,
defaultRatio: pandora.user.ui.icons == 'posters' ? 5/8 : 1,
draggable: true,
id: 'list',
item: function(data, sort, size) {
var icons = pandora.user.ui.icons,