diff options
author | Chris Toshok <toshok@ximian.com> | 2003-05-15 05:56:17 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-05-15 05:56:17 +0800 |
commit | 7535239b99706fbd3760c0e98deb34418123f6a7 (patch) | |
tree | 172a313cf7250e650064e5a8f379ec696f2ffe7d /addressbook/ChangeLog | |
parent | b92fb7c88fb213128ef7b2453fd67aabb4294499 (diff) | |
download | gsoc2013-evolution-7535239b99706fbd3760c0e98deb34418123f6a7.tar.gz gsoc2013-evolution-7535239b99706fbd3760c0e98deb34418123f6a7.tar.zst gsoc2013-evolution-7535239b99706fbd3760c0e98deb34418123f6a7.zip |
set the clip_height on reflow so the name of the field is as high as the
2003-05-12 Chris Toshok <toshok@ximian.com>
* gui/widgets/e-minicard-label.c (e_minicard_label_reflow): set
the clip_height on reflow so the name of the field is as high as
the field's value. makes it possible to click anywhere to the
left of a tall field (like an address) and have it select the
field. Fixes #42625.
svn path=/trunk/; revision=21183
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 64f01c9ecf..cd3b0b2b5b 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2003-05-12 Chris Toshok <toshok@ximian.com> + + * gui/widgets/e-minicard-label.c (e_minicard_label_reflow): set + the clip_height on reflow so the name of the field is as high as + the field's value. makes it possible to click anywhere to the + left of a tall field (like an address) and have it select the + field. Fixes #42625. + 2003-05-14 Chris Toshok <toshok@ximian.com> * gui/contact-editor/e-contact-editor.c (address_mailing_changed): |