From 24a7ea7e84719b5fc05d2fb11aa90e9c6f5539a1 Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 10 Mar 2006 05:14:30 +0000 Subject: modified the spacing of the statusbar of address book. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1040 ee746299-78ed-0310-b773-934348b2243d --- src/editbook.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/editbook.c') diff --git a/src/editbook.c b/src/editbook.c index 65c757c6..e77b0ec1 100644 --- a/src/editbook.c +++ b/src/editbook.c @@ -218,9 +218,9 @@ static void addressbook_edit_book_create( gboolean *cancelled ) { /* Status line */ hsbox = gtk_hbox_new(FALSE, 0); - gtk_box_pack_end(GTK_BOX(vbox), hsbox, FALSE, FALSE, BORDER_WIDTH); + gtk_box_pack_end(GTK_BOX(vbox), hsbox, FALSE, FALSE, 0); statusbar = gtk_statusbar_new(); - gtk_box_pack_start(GTK_BOX(hsbox), statusbar, TRUE, TRUE, BORDER_WIDTH); + gtk_box_pack_start(GTK_BOX(hsbox), statusbar, TRUE, TRUE, 0); /* Button panel */ gtkut_stock_button_set_create(&hbbox, &ok_btn, GTK_STOCK_OK, -- cgit v1.2.3