[gnome-shell/gbsneto/folder-dialog-improvements: 17/20] 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: 17/20] appDisplay: Set minRows to 3 in folder dialog grid
 
- Date: Tue,  9 Jun 2020 19:17:01 +0000 (UTC)
 
commit a60b8b3b500cfb80104b6c2fa1ac4c68b238c944
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 d8e897d5cb..3dd62dfc5e 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]