More TODO resolution.

This commit is contained in:
Pietro Gagliardi 2015-04-10 21:29:05 -04:00
parent 94b621855c
commit a25ffeb334
1 changed files with 3 additions and 1 deletions

View File

@ -31,10 +31,12 @@ uiLogObjCClassAllocations
}
// These are based on measurements from Interface Builder.
// TODO reverify these against /layout rects/, not /frame rects/
// These seem to be based on Auto Layout constants, but I don't see an API that exposes these...
#define macXMargin 20
#define macYMargin 20
// This one is 8 for most pairs of controls that I've tried; the only difference is between two pushbuttons, where it's 12...
#define macXPadding 8
// Likewise, this one appears to be 12 for pairs of push buttons...
#define macYPadding 8
- (void)uiUpdateNow