From 03212b6b024dbdf7085e556ce94c1d6e4acc0dce Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 2 Aug 2015 18:43:50 -0400 Subject: [PATCH] More TODOs. --- redo/osxaltest/osxaltest.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/redo/osxaltest/osxaltest.h b/redo/osxaltest/osxaltest.h index acb71f01..61b49ebc 100644 --- a/redo/osxaltest/osxaltest.h +++ b/redo/osxaltest/osxaltest.h @@ -4,6 +4,8 @@ typedef struct tAutoLayoutParams tAutoLayoutParams; +// TODO stretchy across both dimensions +// for a vertical box, the horizontal width should be variable struct tAutoLayoutParams { NSMutableArray *horz; NSMutableArray *horzAttachLeft;