From dd121f1314510e318e657dfdbffc1ebcc45b9c55 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sat, 17 Jun 2000 12:36:20 +0000 Subject: Made the left column of minicards not get any wider than the widest 2000-06-17 Christopher James Lahey * 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 --- addressbook/gui/minicard/e-minicard-label.h | 1 + 1 file changed, 1 insertion(+) (limited to 'addressbook/gui/minicard/e-minicard-label.h') diff --git a/addressbook/gui/minicard/e-minicard-label.h b/addressbook/gui/minicard/e-minicard-label.h index 1790414a54..08eb51ee53 100644 --- a/addressbook/gui/minicard/e-minicard-label.h +++ b/addressbook/gui/minicard/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; -- cgit v1.2.3