[Xfce4-commits] [apps/gigolo] 11/26: Expand bookmark dialog treeview

noreply at xfce.org noreply at xfce.org
Thu Oct 25 08:04:03 CEST 2018


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

l   a   n   d   r   y       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/gigolo.

commit d36722ec5a7c5b771f249744434e9c9ea3ad2dd7
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Mon Oct 22 22:25:01 2018 -0400

    Expand bookmark dialog treeview
---
 src/bookmarkdialog.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bookmarkdialog.c b/src/bookmarkdialog.c
index 8b945a1..c4511fe 100644
--- a/src/bookmarkdialog.c
+++ b/src/bookmarkdialog.c
@@ -438,6 +438,7 @@ static void gigolo_bookmark_dialog_init(GigoloBookmarkDialog *dialog)
 	tree_prepare(dialog);
 
 	swin = gtk_scrolled_window_new(NULL, NULL);
+	gtk_widget_set_vexpand (GTK_WIDGET (swin), TRUE);
 	gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(swin),
 		GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
 	gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(swin), GTK_SHADOW_IN);

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


More information about the Xfce4-commits mailing list