diff options
author | Anna Marie Dirks <anna@ximian.com> | 2003-05-17 04:10:02 +0800 |
---|---|---|
committer | Anna Dirks <anna@src.gnome.org> | 2003-05-17 04:10:02 +0800 |
commit | 06393a16d592e36bd733eb5c5dac73cbac59001d (patch) | |
tree | dc5fd944ff344fb62c125daaa2bc7e150806a792 /addressbook | |
parent | 6e7b580068f1c7856db98a211b41c9378ea2d417 (diff) | |
download | gsoc2013-evolution-06393a16d592e36bd733eb5c5dac73cbac59001d.tar gsoc2013-evolution-06393a16d592e36bd733eb5c5dac73cbac59001d.tar.gz gsoc2013-evolution-06393a16d592e36bd733eb5c5dac73cbac59001d.tar.bz2 gsoc2013-evolution-06393a16d592e36bd733eb5c5dac73cbac59001d.tar.lz gsoc2013-evolution-06393a16d592e36bd733eb5c5dac73cbac59001d.tar.xz gsoc2013-evolution-06393a16d592e36bd733eb5c5dac73cbac59001d.tar.zst gsoc2013-evolution-06393a16d592e36bd733eb5c5dac73cbac59001d.zip |
Added HIG-appropriate spacing, padding, capitalization and accelerators.
2003-05-16 Anna Marie Dirks <anna@ximian.com>
* gui/contact-list-editor/contact-list-editor.glade: Added
HIG-appropriate spacing, padding, capitalization and accelerators.
Fixes bug #41254
svn path=/trunk/; revision=21227
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/gui/contact-list-editor/contact-list-editor.glade | 22 |
2 files changed, 17 insertions, 11 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index ef98bde6ca..0085042571 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,11 @@ 2003-05-16 Anna Marie Dirks <anna@ximian.com> + * gui/contact-list-editor/contact-list-editor.glade: Added + HIG-appropriate spacing, padding, capitalization and accelerators. + Fixes bug #41254 + +2003-05-16 Anna Marie Dirks <anna@ximian.com> + * gui/contact-editor/fulladdr.glade: Added HIG-appropriate spacing, padding, capitalization and accelerators. Fixes bug #41251 2003-05-14 Anna Marie Dirks <anna@ximian.com> diff --git a/addressbook/gui/contact-list-editor/contact-list-editor.glade b/addressbook/gui/contact-list-editor/contact-list-editor.glade index 71103dde99..c64eebd520 100644 --- a/addressbook/gui/contact-list-editor/contact-list-editor.glade +++ b/addressbook/gui/contact-list-editor/contact-list-editor.glade @@ -23,22 +23,22 @@ <child> <widget class="GtkVBox" id="vbox8"> - <property name="border_width">3</property> + <property name="border_width">6</property> <property name="visible">True</property> <property name="homogeneous">False</property> - <property name="spacing">0</property> + <property name="spacing">6</property> <child> <widget class="GtkHBox" id="hbox6"> - <property name="border_width">3</property> + <property name="border_width">6</property> <property name="visible">True</property> <property name="homogeneous">False</property> - <property name="spacing">3</property> + <property name="spacing">6</property> <child> <widget class="GtkLabel" id="label10"> <property name="visible">True</property> - <property name="label" translatable="yes">List _name:</property> + <property name="label" translatable="yes">_List name:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> @@ -110,22 +110,22 @@ <child> <widget class="GtkHBox" id="hbox7"> + <property name="border_width">6</property> <property name="visible">True</property> <property name="homogeneous">False</property> - <property name="spacing">0</property> + <property name="spacing">6</property> <child> <widget class="GtkVBox" id="vbox9"> - <property name="border_width">3</property> <property name="visible">True</property> <property name="homogeneous">False</property> - <property name="spacing">3</property> + <property name="spacing">6</property> <child> <widget class="GtkLabel" id="label11"> <property name="visible">True</property> - <property name="label" translatable="yes">Type an email address or drag a contact into the list below:</property> - <property name="use_underline">False</property> + <property name="label" translatable="yes">_Type an email address or drag a contact into the list below:</property> + <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_CENTER</property> <property name="wrap">False</property> @@ -234,7 +234,7 @@ <widget class="GtkVButtonBox" id="vbuttonbox4"> <property name="visible">True</property> <property name="layout_style">GTK_BUTTONBOX_START</property> - <property name="spacing">0</property> + <property name="spacing">6</property> <child> <widget class="GtkButton" id="add-email-button"> |