appDisplay: Allow incomplete pages

Allow incomplete pages in the main grid, but not on folders.

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1284
This commit is contained in:
Georges Basile Stavracas Neto 2020-05-25 22:01:25 -03:00 committed by Florian Müllner
parent fae207811a
commit 8a50a8e64c

View File

@ -193,7 +193,7 @@ var BaseAppView = GObject.registerClass({
} }
_createGrid() { _createGrid() {
return new IconGrid.IconGrid(); return new IconGrid.IconGrid({ allow_incomplete_pages: true });
} }
_onScroll(actor, event) { _onScroll(actor, event) {