[gnome-shell/gbsneto/folders-as-dialogs: 10/12] appDisplay: Don't pad with spacing in FolderView
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/folders-as-dialogs: 10/12] appDisplay: Don't pad with spacing in FolderView
- Date: Thu, 9 Jan 2020 20:55:56 +0000 (UTC)
commit 0287eb6212ea1c20a317bb42cb253e32b1190a63
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Tue Dec 17 17:00:57 2019 -0300
appDisplay: Don't pad with spacing in FolderView
This improves the usage of empty space in the dialog. Also limit
the number of columns to 5.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/896
js/ui/appDisplay.js | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 33fc0537f1..4e6c3623c2 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -1304,6 +1304,9 @@ class FolderView extends BaseAppView {
layout_manager: new Clutter.BinLayout(),
x_expand: true,
y_expand: true,
+ }, {
+ padWithSpacing: false,
+ columnLimit: 5,
});
// If it not expand, the parent doesn't take into account its preferred_width when allocating
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]