diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-03-10 05:14:30 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-03-10 05:14:30 +0000 |
commit | 24a7ea7e84719b5fc05d2fb11aa90e9c6f5539a1 (patch) | |
tree | 9c8d538acc4152de9808a93b5316d24359c6900d /src | |
parent | a671643dfaafb071ddf5b215e837feda36090d07 (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')
-rw-r--r-- | src/addressadd.c | 4 | ||||
-rw-r--r-- | src/editaddress.c | 4 | ||||
-rw-r--r-- | src/editbook.c | 4 | ||||
-rw-r--r-- | src/editgroup.c | 7 | ||||
-rw-r--r-- | src/editjpilot.c | 4 | ||||
-rw-r--r-- | src/editldap.c | 4 | ||||
-rw-r--r-- | src/editldap_basedn.c | 4 | ||||
-rw-r--r-- | src/editvcard.c | 4 | ||||
-rw-r--r-- | src/importldif.c | 4 |
9 files changed, 19 insertions, 20 deletions
diff --git a/src/addressadd.c b/src/addressadd.c index a9997d2f..5231dd80 100644 --- a/src/addressadd.c +++ b/src/addressadd.c @@ -240,9 +240,9 @@ static void addressadd_create( void ) { /* 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, diff --git a/src/editaddress.c b/src/editaddress.c index fbc91803..867c8806 100644 --- a/src/editaddress.c +++ b/src/editaddress.c @@ -670,9 +670,9 @@ static void addressbook_edit_person_dialog_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, 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, diff --git a/src/editgroup.c b/src/editgroup.c index 91296283..07473d98 100644 --- a/src/editgroup.c +++ b/src/editgroup.c @@ -280,7 +280,6 @@ static void addressbook_edit_group_create( gboolean *cancelled ) { cancelled); vbox = gtk_vbox_new( FALSE, 6 ); - gtk_container_set_border_width(GTK_CONTAINER(vbox), BORDER_WIDTH); gtk_widget_show( vbox ); gtk_container_add( GTK_CONTAINER( window ), vbox ); @@ -289,7 +288,7 @@ static void addressbook_edit_group_create( gboolean *cancelled ) { gtk_box_pack_start(GTK_BOX(vbox), hboxg, FALSE, FALSE, 0); /* Data entry area */ - table = gtk_table_new( 1, 3, FALSE); + table = gtk_table_new( 1, 2, FALSE); gtk_box_pack_start(GTK_BOX(hboxg), table, TRUE, TRUE, 0); gtk_container_set_border_width( GTK_CONTAINER(table), 4 ); gtk_table_set_row_spacings(GTK_TABLE(table), 0); @@ -369,9 +368,9 @@ static void addressbook_edit_group_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, diff --git a/src/editjpilot.c b/src/editjpilot.c index 1aad6abf..7775d71e 100644 --- a/src/editjpilot.c +++ b/src/editjpilot.c @@ -312,9 +312,9 @@ static void addressbook_edit_jpilot_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, diff --git a/src/editldap.c b/src/editldap.c index 1fabf748..924e8d3a 100644 --- a/src/editldap.c +++ b/src/editldap.c @@ -242,9 +242,9 @@ static void addressbook_edit_ldap_dialog_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, diff --git a/src/editldap_basedn.c b/src/editldap_basedn.c index c9c61e58..a6e20afd 100644 --- a/src/editldap_basedn.c +++ b/src/editldap_basedn.c @@ -211,9 +211,9 @@ static void edit_ldap_bdn_create(void) { /* 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, 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, diff --git a/src/importldif.c b/src/importldif.c index 66800d0b..8b9990b9 100644 --- a/src/importldif.c +++ b/src/importldif.c @@ -759,9 +759,9 @@ static void imp_ldif_dialog_create() { /* 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, &btnPrev, _("Prev"), |