From 495dfb4c208620b290b51af2fd6d809efba716d8 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 3 Jan 2017 23:51:15 +0100 Subject: Add support for margin. --- include/widgets/widget-internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/widgets/widget-internal.h') diff --git a/include/widgets/widget-internal.h b/include/widgets/widget-internal.h index 976b406f..6279de9e 100644 --- a/include/widgets/widget-internal.h +++ b/include/widgets/widget-internal.h @@ -16,6 +16,7 @@ struct _widget /** Height of the widget */ short h; /** Padding */ + Padding margin; Padding padding; Padding border; -- cgit v1.2.3