aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-minicard-label.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-06-17 20:36:20 +0800
committerChris Lahey <clahey@src.gnome.org>2000-06-17 20:36:20 +0800
commitdd121f1314510e318e657dfdbffc1ebcc45b9c55 (patch)
tree1c5c0c3f8b6147bb45fb27f9498d37054a854ced /addressbook/gui/widgets/e-minicard-label.h
parent2b8fb337a57a257e299f5f0c0824975a0f5f6272 (diff)
downloadgsoc2013-evolution-dd121f1314510e318e657dfdbffc1ebcc45b9c55.tar
gsoc2013-evolution-dd121f1314510e318e657dfdbffc1ebcc45b9c55.tar.gz
gsoc2013-evolution-dd121f1314510e318e657dfdbffc1ebcc45b9c55.tar.bz2
gsoc2013-evolution-dd121f1314510e318e657dfdbffc1ebcc45b9c55.tar.lz
gsoc2013-evolution-dd121f1314510e318e657dfdbffc1ebcc45b9c55.tar.xz
gsoc2013-evolution-dd121f1314510e318e657dfdbffc1ebcc45b9c55.tar.zst
gsoc2013-evolution-dd121f1314510e318e657dfdbffc1ebcc45b9c55.zip
Made the left column of minicards not get any wider than the widest
2000-06-17 Christopher James Lahey <clahey@helixcode.com> * gui/minicard/e-minicard-label.c, gui/minicard/e-minicard-label.h, gui/minicard/e-minicard.c: Made the left column of minicards not get any wider than the widest possible name. svn path=/trunk/; revision=3608
Diffstat (limited to 'addressbook/gui/widgets/e-minicard-label.h')
-rw-r--r--addressbook/gui/widgets/e-minicard-label.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/e-minicard-label.h b/addressbook/gui/widgets/e-minicard-label.h
index 1790414a54..08eb51ee53 100644
--- a/addressbook/gui/widgets/e-minicard-label.h
+++ b/addressbook/gui/widgets/e-minicard-label.h
@@ -57,6 +57,7 @@ struct _EMinicardLabel
/* item specific fields */
double width;
double height;
+ double max_field_name_length;
GnomeCanvasItem *fieldname;
GnomeCanvasItem *field;
GnomeCanvasItem *rect;