[gnome-shell/gbsneto/folder-dialog-improvements: 15/18] appDisplay: Set minRows to 3 in folder dialog grid
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/folder-dialog-improvements: 15/18] appDisplay: Set minRows to 3 in folder dialog grid
- Date: Fri, 5 Jun 2020 03:40:44 +0000 (UTC)
commit a2dace0436035b417ee68b59c8d4e3f11f395c63
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Fri Jun 5 00:29:35 2020 -0300
appDisplay: Set minRows to 3 in folder dialog grid
It gives the folder dialog a better layout overall. This is
going to be replaced in the future by the new icon grid code,
but it's a good improvement to have until there.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1301
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 599a029cce..bc361a58c4 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -1028,7 +1028,7 @@ class FolderView extends BaseAppView {
x_expand: true,
y_expand: true,
}, {
- minRows: 1,
+ minRows: 3,
});
// 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]