diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-31 01:10:13 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-31 01:10:13 +0800 |
commit | 475917c60722ce4f95ab45f7b8294e06f51aae20 (patch) | |
tree | 53d867a9b73b8184a0b8fedaab65b394c8bc0c57 /addressbook/gui/component | |
parent | 936611683a969d2a93bde1c41d048881e860edea (diff) | |
download | gsoc2013-evolution-475917c60722ce4f95ab45f7b8294e06f51aae20.tar gsoc2013-evolution-475917c60722ce4f95ab45f7b8294e06f51aae20.tar.gz gsoc2013-evolution-475917c60722ce4f95ab45f7b8294e06f51aae20.tar.bz2 gsoc2013-evolution-475917c60722ce4f95ab45f7b8294e06f51aae20.tar.lz gsoc2013-evolution-475917c60722ce4f95ab45f7b8294e06f51aae20.tar.xz gsoc2013-evolution-475917c60722ce4f95ab45f7b8294e06f51aae20.tar.zst gsoc2013-evolution-475917c60722ce4f95ab45f7b8294e06f51aae20.zip |
Added a bit of space around the alphabet bar.
2000-05-30 Christopher James Lahey <clahey@helixcode.com>
* gui/component/alphabet.glade: Added a bit of space around the
alphabet bar.
svn path=/trunk/; revision=3284
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/alphabet.glade | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/addressbook/gui/component/alphabet.glade b/addressbook/gui/component/alphabet.glade index a2c61d4a47..2da4de8ad3 100644 --- a/addressbook/gui/component/alphabet.glade +++ b/addressbook/gui/component/alphabet.glade @@ -42,6 +42,7 @@ <widget> <class>GtkViewport</class> <name>viewport1</name> + <border_width>4</border_width> <shadow_type>GTK_SHADOW_NONE</shadow_type> <widget> @@ -49,11 +50,11 @@ <name>vbox2</name> <width>27</width> <homogeneous>False</homogeneous> - <spacing>0</spacing> + <spacing>4</spacing> <widget> <class>GtkButton</class> - <name>button-1</name> + <name>button-123</name> <can_focus>True</can_focus> <label>123</label> <child> |