[eog] EogSidebar: Increase margin at the sides of the sidebar



commit 4afa1a39cb5073ba48170b8d396c778507a4538e
Author: Felix Riemann <friemann gnome org>
Date:   Thu Mar 12 19:26:20 2015 +0100

    EogSidebar: Increase margin at the sides of the sidebar
    
    https://bugzilla.gnome.org/show_bug.cgi?id=746105

 src/eog-sidebar.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/eog-sidebar.c b/src/eog-sidebar.c
index 0e7575f..2e6bd42 100644
--- a/src/eog-sidebar.c
+++ b/src/eog-sidebar.c
@@ -458,6 +458,8 @@ eog_sidebar_init (EogSidebar *eog_sidebar)
 
        gtk_notebook_set_show_border (GTK_NOTEBOOK (eog_sidebar->priv->notebook), FALSE);
        gtk_notebook_set_show_tabs (GTK_NOTEBOOK (eog_sidebar->priv->notebook), FALSE);
+       gtk_widget_set_margin_start (eog_sidebar->priv->notebook, 6);
+       gtk_widget_set_margin_end (eog_sidebar->priv->notebook, 6);
 
        gtk_box_pack_start (GTK_BOX (eog_sidebar), eog_sidebar->priv->notebook,
                            TRUE, TRUE, 0);


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