diff options
author | Scott Balneaves <[email protected]> | 2020-07-27 13:24:53 -0500 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-07-27 22:00:15 +0200 |
commit | 8e981c6db08dc50125aff9356c0cfd5744e29dce (patch) | |
tree | 1035c755ecad1b4d717af6891532358a3fc7191d /shell | |
parent | 70f42da7c96a6a27c10fdf02f5e65b195975a859 (diff) | |
download | atril-8e981c6db08dc50125aff9356c0cfd5744e29dce.tar.bz2 atril-8e981c6db08dc50125aff9356c0cfd5744e29dce.tar.xz |
Change spaces to tab
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ev-sidebar-attachments.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-sidebar-attachments.c b/shell/ev-sidebar-attachments.c index 329d42dc..389d1693 100644 --- a/shell/ev-sidebar-attachments.c +++ b/shell/ev-sidebar-attachments.c @@ -565,7 +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_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)); |