summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Balneaves <[email protected]>2020-07-14 15:13:22 -0500
committerraveit65 <[email protected]>2020-07-27 22:00:15 +0200
commit70f42da7c96a6a27c10fdf02f5e65b195975a859 (patch)
treec116aeb10b602be2b1e87b87cdbac218f518ecdf
parent9eef79e83310ce541fe93e8b6f3628f31413bbb5 (diff)
downloadatril-70f42da7c96a6a27c10fdf02f5e65b195975a859.tar.bz2
atril-70f42da7c96a6a27c10fdf02f5e65b195975a859.tar.xz
Make sure attachments window fills entire sidebar
-rw-r--r--shell/ev-sidebar-attachments.c1
1 files changed, 1 insertions, 0 deletions
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));