aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-bookmarks-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bookmarks/ephy-bookmarks-editor.c')
-rw-r--r--src/bookmarks/ephy-bookmarks-editor.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index 8747bdcfe..dd6aa9158 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -1008,6 +1008,7 @@ build_search_box (EphyBookmarksEditor *editor)
char *str;
box = gtk_hbox_new (FALSE, 6);
+ gtk_container_set_border_width (GTK_CONTAINER (box), 6);
gtk_widget_show (box);
entry = gtk_entry_new ();
@@ -1149,7 +1150,7 @@ ephy_bookmarks_editor_construct (EphyBookmarksEditor *editor)
egg_toggle_action_set_active (EGG_TOGGLE_ACTION (action), TRUE);
hpaned = gtk_hpaned_new ();
- gtk_container_set_border_width (GTK_CONTAINER (hpaned), 6);
+ gtk_container_set_border_width (GTK_CONTAINER (hpaned), 0);
gtk_container_add (GTK_CONTAINER (editor->priv->menu_dock), hpaned);
gtk_widget_show (hpaned);
@@ -1210,7 +1211,7 @@ ephy_bookmarks_editor_construct (EphyBookmarksEditor *editor)
G_CALLBACK (keyword_node_show_popup_cb),
editor);
- vbox = gtk_vbox_new (FALSE, 6);
+ vbox = gtk_vbox_new (FALSE, 0);
gtk_paned_pack2 (GTK_PANED (hpaned), vbox, TRUE, TRUE);
gtk_widget_show (vbox);