From 79f942b4654f9192270c9c55dd58f217bf7e32e6 Mon Sep 17 00:00:00 2001 From: Anna Marie Dirks Date: Wed, 5 Sep 2001 20:16:04 +0000 Subject: added a wee bit of padding around the find now label in response to bug 001-09-05 Anna Marie Dirks * e-search-bar.c (add_activate_button): added a wee bit of padding around the find now label in response to bug #7049. svn path=/trunk/; revision=12627 --- widgets/misc/e-search-bar.c | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/misc/e-search-bar.c') diff --git a/widgets/misc/e-search-bar.c b/widgets/misc/e-search-bar.c index f96d8a8752..495bc93afb 100644 --- a/widgets/misc/e-search-bar.c +++ b/widgets/misc/e-search-bar.c @@ -458,6 +458,7 @@ add_activate_button (ESearchBar *esb) GtkWidget *holder; label = gtk_label_new (_("Find Now")); + gtk_misc_set_padding(GTK_MISC(label), 2, 0); gtk_widget_show (label); /* See the comment in `put_in_spacer_widget()' to understand -- cgit v1.2.3