[Xfce4-commits] [xfce/exo] 02/02: Restore preferred height calculation so settings manager can remain scrollable

noreply at xfce.org noreply at xfce.org
Thu Mar 2 03:51:36 CET 2017


This is an automated email from the git hooks/post-receive script.

bluesabre pushed a commit to branch master
in repository xfce/exo.

commit 7d62c589847200bddda2daa82bf300e34521775d
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Wed Mar 1 21:51:30 2017 -0500

    Restore preferred height calculation so settings manager can remain scrollable
---
 exo/exo-icon-view.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exo/exo-icon-view.c b/exo/exo-icon-view.c
index dbfb6a2..a2cfbcd 100644
--- a/exo/exo-icon-view.c
+++ b/exo/exo-icon-view.c
@@ -1687,7 +1687,7 @@ exo_icon_view_get_preferred_height (GtkWidget *widget,
   GList                    *lp;
 
   /* well, this is easy */
-  *natural_height = priv->height;
+  *natural_height = *minimal_height = priv->height;
 
   /* handle the child widgets */
   for (lp = priv->children; lp != NULL; lp = lp->next)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list