Skip to content

Commit

Permalink
Make sure attachments window fills entire sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalneav authored and raveit65 committed Jul 27, 2020
1 parent 9eef79e commit 70f42da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/ev-sidebar-attachments.c
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@ ev_sidebar_attachments_init (EvSidebarAttachments *ev_attachbar)
gtk_container_add (GTK_CONTAINER (swindow),
ev_attachbar->priv->icon_view);

gtk_box_pack_start (GTK_BOX (ev_attachbar), swindow, TRUE, TRUE, 0);
gtk_container_add (GTK_CONTAINER (ev_attachbar),
swindow);
gtk_widget_show_all (GTK_WIDGET (ev_attachbar));
Expand Down

0 comments on commit 70f42da

Please sign in to comment.