From 70f42da7c96a6a27c10fdf02f5e65b195975a859 Mon Sep 17 00:00:00 2001 From: Scott Balneaves Date: Tue, 14 Jul 2020 15:13:22 -0500 Subject: Make sure attachments window fills entire sidebar --- shell/ev-sidebar-attachments.c | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/ev-sidebar-attachments.c b/shell/ev-sidebar-attachments.c index db53ec0d..329d42dc 100644 --- a/shell/ev-sidebar-attachments.c +++ b/shell/ev-sidebar-attachments.c @@ -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)); -- cgit v1.2.1