aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-notebook.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/ephy-notebook.c')
-rw-r--r--lib/widgets/ephy-notebook.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/widgets/ephy-notebook.c b/lib/widgets/ephy-notebook.c
index c03dc878a..45dc54958 100644
--- a/lib/widgets/ephy-notebook.c
+++ b/lib/widgets/ephy-notebook.c
@@ -653,7 +653,9 @@ tab_build_label (EphyNotebook *nb, GtkWidget *child)
gtk_icon_size_lookup (GTK_ICON_SIZE_MENU, &w, &h);
- hbox = gtk_hbox_new (FALSE, 0);
+ /* set hbox spacing and label padding (see below) so that there's an
+ * equal amount of space around the label */
+ hbox = gtk_hbox_new (FALSE, 4);
/* setup close button */
close_button = gtk_button_new ();