summaryrefslogtreecommitdiffstats
path: root/include/widgets/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/widgets/box.h')
-rw-r--r--include/widgets/box.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/widgets/box.h b/include/widgets/box.h
index b698e026..46d0fdb1 100644
--- a/include/widgets/box.h
+++ b/include/widgets/box.h
@@ -53,9 +53,9 @@ typedef struct _box box;
typedef enum
{
/** Pack widgets horizontal */
- BOX_HORIZONTAL,
+ BOX_HORIZONTAL = 0,
/** Pack widgets vertical */
- BOX_VERTICAL
+ BOX_VERTICAL = 1
} boxType;
/**