From 9746c00a22cf2724750b7ec9d6e6f9a5912910ee Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Tue, 17 Dec 2019 17:00:57 -0300 Subject: [PATCH] appDisplay: Set minimum folder view rows to 1 This improves the usage of empty space in the dialog. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/896 --- js/ui/appDisplay.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index 40150740a..05320f75c 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -1283,6 +1283,8 @@ class FolderView extends BaseAppView { layout_manager: new Clutter.BinLayout(), x_expand: true, y_expand: true, + }, { + minRows: 1, }); // If it not expand, the parent doesn't take into account its preferred_width when allocating