[Xfce4-commits] [apps/gigolo] 34/35: also expand the iconview
noreply at xfce.org
noreply at xfce.org
Mon Oct 31 18:19:08 CET 2016
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository apps/gigolo.
commit 82a53428ab3c8ccb16cfe189f5d36e6721a556cc
Author: Landry Breuil <landry at xfce.org>
Date: Tue Jul 5 21:45:44 2016 +0200
also expand the iconview
---
src/window.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/window.c b/src/window.c
index 1d4b12d..e9bd5da 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1563,6 +1563,7 @@ static void gigolo_window_init(GigoloWindow *window)
gtk_container_add(GTK_CONTAINER(priv->swin_treeview), priv->treeview);
priv->swin_iconview = gtk_scrolled_window_new(NULL, NULL);
+ gtk_widget_set_hexpand(GTK_WIDGET(priv->swin_iconview), TRUE);
gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(priv->swin_iconview),
GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(priv->swin_iconview), 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