[gnome-shell/gbsneto/custom-icon-positions: 60/72] 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: 60/72] appDisplay: Allow incomplete pages
- Date: Thu, 4 Jun 2020 19:00:35 +0000 (UTC)
commit 9b8e386d963956df415c12a4739ddfee34d559a0
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Mon May 25 22:01:25 2020 -0300
appDisplay: Allow incomplete pages
WIP
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 7a95267f8e..0e6c330765 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -194,7 +194,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]