forked from 0x2620/pandora
some changes towards fixed height icon lists
This commit is contained in:
parent
280373f88e
commit
2305fa4d20
3 changed files with 13 additions and 6 deletions
|
|
@ -334,6 +334,7 @@ pandora.ui.infoView = function(data) {
|
|||
return image.selected;
|
||||
})[0];
|
||||
$list = Ox.IconList({
|
||||
defaultRatio: 5/8,
|
||||
item: function(data, sort, size) {
|
||||
var ratio = data.width / data.height;
|
||||
size = size || 128;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue