From ee75ead90dda40cfc066a52969ca2f91fe04ad95 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 4 Jan 2003 20:08:26 +0000 Subject: Remove unnecessary markup from translations. 2003-01-04 Marco Pesenti Gritti * configure.in: * embed/mozilla/PromptService.cpp: * embed/mozilla/mozilla-embed-persist.cpp: * lib/toolbar/ephy-tbi-zoom.c: (ephy_tbi_zoom_get_widget_impl): * lib/widgets/ephy-notebook.c: (tab_build_label): * src/bookmarks/ephy-bookmarks-editor.c: (build_editing_table), (build_search_box): * src/bookmarks/ephy-new-bookmark.c: (build_editing_table): * src/ephy-window.c: (ephy_window_notebook_switch_page_cb): * src/pdm-dialog.c: (show_cookies_properties): * src/session.c: (crashed_resume_dialog): Remove unnecessary markup from translations. --- lib/widgets/ephy-notebook.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/widgets/ephy-notebook.c') 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 (); -- cgit v1.2.3