iconGrid: typo in iconGrid this._vItemSize to this._getVItemSize()
This commit is contained in:
parent
d77b2751a6
commit
392a426ddf
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user