[Xfce4-commits] [xfce/thunar] 01/01: Expand scroll window of file operation progress dialog (Bug #14946)

noreply at xfce.org noreply at xfce.org
Wed Dec 5 17:30:20 CET 2018


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

a   n   d   r   e       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 xfce/thunar.

commit 4c0e17d7fc78525007833a10524e88d523123a40
Author: Andre Miranda <andre.miranda at liferay.com>
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