[gnome-shell/gbsneto/custom-icon-positions: 9/29] appDisplay: Allow incomplete pages
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/custom-icon-positions: 9/29] appDisplay: Allow incomplete pages
- Date: Fri, 10 Jul 2020 14:51:49 +0000 (UTC)
commit 9d6f412fca6ee5d7ef533f0cc401fe3bcb3cfaa0
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Mon May 25 22:01:25 2020 -0300
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
js/ui/appDisplay.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index b8d3c77d91..28edabedc5 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -193,7 +193,7 @@ var BaseAppView = GObject.registerClass({
}
_createGrid() {
- return new IconGrid.IconGrid();
+ return new IconGrid.IconGrid({ allow_incomplete_pages: true });
}
_onScroll(actor, event) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]