[evince] EvSidebarAnnotations: remove unnecessary top margin



commit ca1053500a21952c82c05207dc4f1f2227d447d0
Author: Trinh Anh Ngoc <atw1990 gmail com>
Date:   Sun Nov 29 10:53:12 2015 +0700

    EvSidebarAnnotations: remove unnecessary top margin
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758793

 shell/ev-sidebar-annotations.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/shell/ev-sidebar-annotations.c b/shell/ev-sidebar-annotations.c
index 013dec1..b73573f 100644
--- a/shell/ev-sidebar-annotations.c
+++ b/shell/ev-sidebar-annotations.c
@@ -124,7 +124,6 @@ ev_sidebar_annotations_init (EvSidebarAnnotations *ev_annots)
        /* Create tree view */
        loading_model = ev_sidebar_annotations_create_simple_model (_("Loading…"));
        ev_annots->priv->tree_view = gtk_tree_view_new_with_model (loading_model);
-       gtk_widget_set_margin_top (ev_annots->priv->tree_view, 2);
        g_object_unref (loading_model);
 
        gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (ev_annots->priv->tree_view),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]