diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index f5e18d2ad..17d69ced9 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -1911,6 +1911,8 @@ var AppFolderDialog = GObject.registerClass({ contentBox.get_width(), contentBox.get_height() - entryBoxHeight - spacing); + this._view._grid.topPadding = 0; + super.vfunc_allocate(box, flags); // We can only start zooming after receiving an allocation