From 5b3149c1696899b50becfaecc4950f5a6a633c2e Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Sun, 11 May 2003 20:48:15 +0000 Subject: [ fixes bug #41245 ] fix spacing/border widths as per HIG. 2003-05-11 Chris Toshok [ fixes bug #41245 ] * gui/component/select-names/select-names.glade: fix spacing/border widths as per HIG. * gui/component/select-names/e-select-names.c (e_select_names_init): set the border width/spacing on widgets we create here. svn path=/trunk/; revision=21144 --- addressbook/ChangeLog | 10 + .../gui/component/select-names/e-select-names.c | 6 +- .../gui/component/select-names/select-names.glade | 299 +++++++++++---------- 3 files changed, 164 insertions(+), 151 deletions(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 56a84db076..f213d87521 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,13 @@ +2003-05-11 Chris Toshok + + [ fixes bug #41245 ] + * gui/component/select-names/select-names.glade: fix + spacing/border widths as per HIG. + + * gui/component/select-names/e-select-names.c + (e_select_names_init): set the border width/spacing on widgets we + create here. + 2003-05-09 Jeremy Katz * printing/e-contact-print.c (e_contact_print_response): Use glib diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index 962a745abe..f009fbbd63 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -500,6 +500,10 @@ e_select_names_init (ESelectNames *e_select_names) gtk_dialog_set_default_response (GTK_DIALOG (e_select_names), GTK_RESPONSE_OK); + gtk_container_set_border_width (GTK_CONTAINER (e_select_names), 12); + gtk_box_set_spacing (GTK_BOX (GTK_DIALOG (e_select_names)->vbox), 6); + gtk_box_set_spacing (GTK_BOX (GTK_DIALOG (e_select_names)->action_area), 12); + gtk_window_set_modal (GTK_WINDOW (e_select_names), TRUE); gtk_window_set_title(GTK_WINDOW(e_select_names), _("Select Contacts from Addressbook")); @@ -579,8 +583,6 @@ e_select_names_dispose (GObject *object) { ESelectNames *e_select_names = E_SELECT_NAMES(object); - printf("eselectnames dispose\n"); - if (e_select_names->status_id) { g_signal_handler_disconnect(e_select_names->model, e_select_names->status_id); e_select_names->status_id = 0; diff --git a/addressbook/gui/component/select-names/select-names.glade b/addressbook/gui/component/select-names/select-names.glade index 9a6b38f461..7ff1b4ebc7 100644 --- a/addressbook/gui/component/select-names/select-names.glade +++ b/addressbook/gui/component/select-names/select-names.glade @@ -4,6 +4,7 @@ + 12 Select Names GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE @@ -18,7 +19,7 @@ True False - 3 + 6 @@ -63,8 +64,8 @@ 3 1 False - 3 - 3 + 6 + 6 @@ -80,151 +81,11 @@ - - - True - 0 - 0.5 - GTK_SHADOW_ETCHED_IN - - - - 3 - True - 2 - 2 - False - 3 - 3 - - - - True - _Folder: - True - False - GTK_JUSTIFY_CENTER - False - False - 0 - 0.5 - 0 - 0 - - - 0 - 1 - 0 - 1 - fill - - - - - - - True - _Category: - True - False - GTK_JUSTIFY_CENTER - False - False - 0 - 0.5 - 0 - 0 - - - 0 - 1 - 1 - 2 - fill - - - - - - - True - 7.45058e-09 - 0.5 - 0 - 1 - - - - True - e_select_names_create_categories - 0 - 0 - Tue, 19 Feb 2002 23:06:24 GMT - - - - - 1 - 2 - 1 - 2 - fill - - - - - - True - e_addressbook_create_folder_selector - 0 - 0 - Mon, 15 Jul 2002 02:21:32 GMT - - - 1 - 2 - 0 - 1 - fill - fill - - - - - - - - True - Show Contacts - False - False - GTK_JUSTIFY_LEFT - False - False - 0.5 - 0.5 - 0 - 0 - - - label_item - - - - - 0 - 1 - 0 - 1 - - - - True False - 0 + 6 @@ -232,7 +93,7 @@ 2 2 False - 3 + 6 3 @@ -266,8 +127,8 @@ select one from the list below: 1 2 False - 3 - 3 + 6 + 6 @@ -314,13 +175,13 @@ select one from the list below: 3 True False - 3 + 6 True False - 3 + 6 @@ -437,6 +298,146 @@ select one from the list below: + + + + True + 0 + 0.5 + GTK_SHADOW_ETCHED_IN + + + + 6 + True + 2 + 2 + False + 6 + 6 + + + + True + _Folder: + True + False + GTK_JUSTIFY_CENTER + False + False + 0 + 0.5 + 0 + 0 + + + 0 + 1 + 0 + 1 + fill + + + + + + + True + _Category: + True + False + GTK_JUSTIFY_CENTER + False + False + 0 + 0.5 + 0 + 0 + + + 0 + 1 + 1 + 2 + fill + + + + + + + True + 7.45058e-09 + 0.5 + 0 + 1 + + + + True + e_select_names_create_categories + 0 + 0 + Tue, 19 Feb 2002 23:06:24 GMT + + + + + 1 + 2 + 1 + 2 + fill + + + + + + True + e_addressbook_create_folder_selector + 0 + 0 + Mon, 15 Jul 2002 02:21:32 GMT + + + 1 + 2 + 0 + 1 + fill + fill + + + + + + + + True + Show Contacts + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + label_item + + + + + 0 + 1 + 0 + 1 + + + 0 -- cgit v1.2.3