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

landry pushed a commit to branch master
in repository apps/gigolo.

commit dd0e669bfd2df91ccad081f4a3c4fdf1a6b70a38
Author: Landry Breuil <lan...@xfce.org>
Date:   Sun Jun 19 18:03:34 2016 +0200

    ensure the treeview expands in width
---
 src/window.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/window.c b/src/window.c
index 2de0f58..1d4b12d 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1556,6 +1556,7 @@ static void gigolo_window_init(GigoloWindow *window)
        create_icon_view(window);
 
        priv->swin_treeview = gtk_scrolled_window_new(NULL, NULL);
+       gtk_widget_set_hexpand(GTK_WIDGET(priv->swin_treeview), TRUE);
        gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(priv->swin_treeview),
                GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
        
gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(priv->swin_treeview), 
GTK_SHADOW_IN);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to