From 63b02f6746738a1077b1cde9b324712e661f6966 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sun, 11 Feb 2001 06:52:10 +0000 Subject: Made a width other than the default possible if the children have widths 2001-02-11 Christopher James Lahey * gal/widgets/e-canvas-vbox.c, gal/widgets/e-canvas-vbox.h: Made a width other than the default possible if the children have widths larger than the default. svn path=/trunk/; revision=8171 --- widgets/misc/e-canvas-vbox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/misc/e-canvas-vbox.h') diff --git a/widgets/misc/e-canvas-vbox.h b/widgets/misc/e-canvas-vbox.h index c45baa0b0a..e7e9140c1e 100644 --- a/widgets/misc/e-canvas-vbox.h +++ b/widgets/misc/e-canvas-vbox.h @@ -57,6 +57,7 @@ struct _ECanvasVbox GList *items; /* Of type GnomeCanvasItem */ double width; + double minimum_width; double height; double spacing; }; -- cgit