From 1c611b0eecff798c576771a72c58504579e581c8 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 27 Dec 2016 22:19:15 +0100 Subject: First start at adding 4 sided padding --- include/widgets/box.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/widgets/box.h') diff --git a/include/widgets/box.h b/include/widgets/box.h index 4e5274fb..4aa71212 100644 --- a/include/widgets/box.h +++ b/include/widgets/box.h @@ -57,7 +57,7 @@ void box_add ( box *box, widget *child, gboolean expand, gboolean end ); * @param box Handle to the box widget. * * Obtains the minimal size required to display all widgets. (expanding widgets are not counted, except for their - * padding) + * spacing) * * @returns the minimum size in pixels. */ -- cgit v1.2.3