diff options
author | Rodney Dawes <dobey@ximian.com> | 2004-03-10 01:47:02 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-03-10 01:47:02 +0800 |
commit | 3a80218b28b094dcb0897cd667ab4cc7b33c359c (patch) | |
tree | 38eb619205fd90b2712757f03c855e27facc4219 /addressbook/gui/contact-editor | |
parent | 74b8f2a8a066ef89407090d679e08b68e0f87279 (diff) | |
download | gsoc2013-evolution-3a80218b28b094dcb0897cd667ab4cc7b33c359c.tar gsoc2013-evolution-3a80218b28b094dcb0897cd667ab4cc7b33c359c.tar.gz gsoc2013-evolution-3a80218b28b094dcb0897cd667ab4cc7b33c359c.tar.bz2 gsoc2013-evolution-3a80218b28b094dcb0897cd667ab4cc7b33c359c.tar.lz gsoc2013-evolution-3a80218b28b094dcb0897cd667ab4cc7b33c359c.tar.xz gsoc2013-evolution-3a80218b28b094dcb0897cd667ab4cc7b33c359c.tar.zst gsoc2013-evolution-3a80218b28b094dcb0897cd667ab4cc7b33c359c.zip |
Remove the dialog separator, and set appropriate border widths for the
2004-03-09 Rodney Dawes <dobey@ximian.com>
* gui/contact-editor/e-contact-editor-im.c (e_contact_editor_im_edit):
Remove the dialog separator, and set appropriate border widths for the
button area box and the dialog's vbox
* gui/contact-editor/im.glade: Apply patch from Christian Neumair to
make the IM editor dialog HIG compliant
svn path=/trunk/; revision=24999
Diffstat (limited to 'addressbook/gui/contact-editor')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor-im.c | 4 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/im.glade | 30 |
2 files changed, 20 insertions, 14 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor-im.c b/addressbook/gui/contact-editor/e-contact-editor-im.c index aedd712261..dc1a4e39bc 100644 --- a/addressbook/gui/contact-editor/e-contact-editor-im.c +++ b/addressbook/gui/contact-editor/e-contact-editor-im.c @@ -267,6 +267,10 @@ e_contact_editor_im_init (EContactEditorIm *e_contact_editor_im) GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_OK, GTK_RESPONSE_OK, NULL); + gtk_dialog_set_has_separator (GTK_DIALOG (e_contact_editor_im), FALSE); + + gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (e_contact_editor_im)->action_area), 12); + gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (e_contact_editor_im)->vbox), 0); gtk_window_set_resizable(GTK_WINDOW(e_contact_editor_im), TRUE); diff --git a/addressbook/gui/contact-editor/im.glade b/addressbook/gui/contact-editor/im.glade index 9523fabd04..eb8832e8f1 100644 --- a/addressbook/gui/contact-editor/im.glade +++ b/addressbook/gui/contact-editor/im.glade @@ -2,22 +2,21 @@ <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> <glade-interface> -<requires lib="gnome"/> <widget class="GtkDialog" id="dialog-im"> <property name="title" translatable="yes">Add IM Account</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> <property name="modal">True</property> - <property name="resizable">False</property> + <property name="resizable">True</property> <property name="destroy_with_parent">False</property> - <property name="has_separator">True</property> + <property name="has_separator">False</property> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox1"> <property name="visible">True</property> <property name="homogeneous">False</property> - <property name="spacing">0</property> + <property name="spacing">2</property> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area1"> @@ -64,21 +63,22 @@ <property name="n_columns">2</property> <property name="homogeneous">False</property> <property name="row_spacing">6</property> - <property name="column_spacing">6</property> + <property name="column_spacing">12</property> <child> <widget class="GtkLabel" id="label-service"> <property name="visible">True</property> - <property name="label" translatable="yes">IM Service:</property> - <property name="use_underline">False</property> + <property name="label" translatable="yes">_IM Service:</property> + <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> - <property name="xalign">1</property> + <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> + <property name="mnemonic_widget">optmenu-service</property> </widget> <packing> <property name="left_attach">0</property> @@ -109,16 +109,17 @@ <child> <widget class="GtkLabel" id="label-username"> <property name="visible">True</property> - <property name="label" translatable="yes">Account name:</property> - <property name="use_underline">False</property> + <property name="label" translatable="yes">_Account name:</property> + <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> - <property name="xalign">1</property> + <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> + <property name="mnemonic_widget">entry-username</property> </widget> <packing> <property name="left_attach">0</property> @@ -154,16 +155,17 @@ <child> <widget class="GtkLabel" id="label-location"> <property name="visible">True</property> - <property name="label" translatable="yes">Location:</property> - <property name="use_underline">False</property> + <property name="label" translatable="yes">_Location:</property> + <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> - <property name="xalign">1</property> + <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> + <property name="mnemonic_widget">optmenu-location</property> </widget> <packing> <property name="left_attach">0</property> |