[Xfce4-commits] [xfce/xfce4-panel] 48/73: Fix Add Plugin dialogs scrolledwindow
noreply at xfce.org
noreply at xfce.org
Sun Feb 26 16:34:29 CET 2017
This is an automated email from the git hooks/post-receive script.
andrzejr pushed a commit to branch master
in repository xfce/xfce4-panel.
commit f3dd3f66cec4555c888aeff0e1e54774f4454756
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Wed Oct 26 12:56:12 2016 +0200
Fix Add Plugin dialogs scrolledwindow
---
panel/panel-item-dialog.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/panel/panel-item-dialog.c b/panel/panel-item-dialog.c
index 648dbb6..7e70ab1 100644
--- a/panel/panel-item-dialog.c
+++ b/panel/panel-item-dialog.c
@@ -228,6 +228,7 @@ panel_item_dialog_init (PanelItemDialog *dialog)
/* scroller */
scroll = gtk_scrolled_window_new (NULL, NULL);
gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scroll), GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
+ gtk_widget_set_vexpand (scroll, TRUE);
gtk_box_pack_start (GTK_BOX (main_vbox), scroll, TRUE, TRUE, 0);
gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (scroll), GTK_SHADOW_IN);
gtk_widget_show (scroll);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list