diff options
author | Anna Marie Dirks <anna@ximian.com> | 2003-05-17 04:04:46 +0800 |
---|---|---|
committer | Anna Dirks <anna@src.gnome.org> | 2003-05-17 04:04:46 +0800 |
commit | 6e7b580068f1c7856db98a211b41c9378ea2d417 (patch) | |
tree | 4d62212ff0cc450356cbfbad3ab6e9c8a6db5abb /addressbook/gui | |
parent | fd770acc919bd2176d28004167b4dddf59d198e9 (diff) | |
download | gsoc2013-evolution-6e7b580068f1c7856db98a211b41c9378ea2d417.tar gsoc2013-evolution-6e7b580068f1c7856db98a211b41c9378ea2d417.tar.gz gsoc2013-evolution-6e7b580068f1c7856db98a211b41c9378ea2d417.tar.bz2 gsoc2013-evolution-6e7b580068f1c7856db98a211b41c9378ea2d417.tar.lz gsoc2013-evolution-6e7b580068f1c7856db98a211b41c9378ea2d417.tar.xz gsoc2013-evolution-6e7b580068f1c7856db98a211b41c9378ea2d417.tar.zst gsoc2013-evolution-6e7b580068f1c7856db98a211b41c9378ea2d417.zip |
Added HIG-appropriate spacing, padding, capitalization and accelerators.
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
svn path=/trunk/; revision=21226
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/fulladdr.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/contact-editor/fulladdr.glade b/addressbook/gui/contact-editor/fulladdr.glade index 9bde2709e0..c7767b9751 100644 --- a/addressbook/gui/contact-editor/fulladdr.glade +++ b/addressbook/gui/contact-editor/fulladdr.glade @@ -58,7 +58,7 @@ <child> <widget class="GtkTable" id="table-checkaddress"> - <property name="border_width">8</property> + <property name="border_width">6</property> <property name="visible">True</property> <property name="n_rows">4</property> <property name="n_columns">4</property> @@ -94,7 +94,7 @@ <child> <widget class="GtkLabel" id="label-city"> <property name="visible">True</property> - <property name="label" translatable="yes">_City:</property> + <property name="label" translatable="yes">Ci_ty:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_CENTER</property> |