More TODOs.
This commit is contained in:
parent
f434b8e1b9
commit
03212b6b02
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue