some changes towards fixed height icon lists
This commit is contained in:
parent
ace1817c9a
commit
bfcb489c5c
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