aboutsummaryrefslogtreecommitdiff
path: root/src/editvcard.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-03-10 05:14:30 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-03-10 05:14:30 +0000
commit24a7ea7e84719b5fc05d2fb11aa90e9c6f5539a1 (patch)
tree9c8d538acc4152de9808a93b5316d24359c6900d /src/editvcard.c
parenta671643dfaafb071ddf5b215e837feda36090d07 (diff)
modified the spacing of the statusbar of address book.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1040 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/editvcard.c')
-rw-r--r--src/editvcard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editvcard.c b/src/editvcard.c
index 0ced1ce9..e3def774 100644
--- a/src/editvcard.c
+++ b/src/editvcard.c
@@ -205,9 +205,9 @@ static void addressbook_edit_vcard_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,