Skip to content

Commit 6aac9e3

Browse files
fxriraveit65
authored andcommitted
EomSidebar: Increase margin at the sides of the sidebar
https://bugzilla.gnome.org/show_bug.cgi?id=746105 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/4afa1a3
1 parent 6319bb3 commit 6aac9e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/eom-sidebar.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,8 @@ eom_sidebar_init (EomSidebar *eom_sidebar)
438438

439439
gtk_notebook_set_show_border (GTK_NOTEBOOK (eom_sidebar->priv->notebook), FALSE);
440440
gtk_notebook_set_show_tabs (GTK_NOTEBOOK (eom_sidebar->priv->notebook), FALSE);
441+
gtk_widget_set_margin_start (eom_sidebar->priv->notebook, 6);
442+
gtk_widget_set_margin_end (eom_sidebar->priv->notebook, 6);
441443

442444
gtk_box_pack_start (GTK_BOX (eom_sidebar), eom_sidebar->priv->notebook,
443445
TRUE, TRUE, 0);

0 commit comments

Comments
 (0)