More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-08-02 18:43:50 -04:00
parent f434b8e1b9
commit 03212b6b02
1 changed files with 2 additions and 0 deletions

View File

@ -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;