iconGrid: typo in iconGrid this._vItemSize to this._getVItemSize()

This commit is contained in:
Carlos Soriano 2013-09-04 09:34:50 +02:00
parent d77b2751a6
commit 392a426ddf

View File

@ -697,7 +697,7 @@ const PaginatedIconGrid = new Lang.Class({
}, },
_translateChildren: function(children, direction, nRows) { _translateChildren: function(children, direction, nRows) {
let translationY = nRows * (this._vItemSize + this._getSpacing()); let translationY = nRows * (this._getVItemSize() + this._getSpacing());
if (translationY == 0) if (translationY == 0)
return; return;