Skip to content

Commit

Permalink
Expand scroll window of file operation progress dialog (Bug #14946)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Miranda committed Dec 5, 2018
1 parent 1fd29d4 commit 4c0e17d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thunar/thunar-progress-dialog.c
Expand Up @@ -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);

Expand Down

0 comments on commit 4c0e17d

Please sign in to comment.