[Xfce4-commits] [xfce/thunar] 01/01: Expand scroll window of file operation progress dialog (Bug #14946)
noreply at xfce.org
noreply at xfce.org
Sat May 18 16:07:32 CEST 2019
This is an automated email from the git hooks/post-receive script.
s k u n n y k p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 4
in repository xfce/thunar.
commit f9c45e09594ce18ad39a80188b64a07c461a8f57
Author: Andre Miranda <andreldm at xfce.org>
Date: Wed Dec 5 13:27:51 2018 -0300
Expand scroll window of file operation progress dialog (Bug #14946)
---
thunar/thunar-progress-dialog.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/thunar/thunar-progress-dialog.c b/thunar/thunar-progress-dialog.c
index 7d227c2..f4de609 100644
--- a/thunar/thunar-progress-dialog.c
+++ b/thunar/thunar-progress-dialog.c
@@ -368,6 +368,7 @@ thunar_progress_dialog_add_job (ThunarProgressDialog *dialog,
dialog->scrollwin = gtk_scrolled_window_new (NULL, NULL);
gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (dialog->scrollwin),
GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC);
+ gtk_widget_set_vexpand (dialog->scrollwin, TRUE);
gtk_container_add (GTK_CONTAINER (dialog->vbox), dialog->scrollwin);
gtk_widget_show (dialog->scrollwin);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list