Fixed a labelling error.
This commit is contained in:
parent
32ef7c3fd3
commit
d110a836ba
|
@ -248,7 +248,7 @@ struct uiBox {
|
|||
NSLayoutRelationEqual,
|
||||
self, self->secondaryEnd,
|
||||
1, 0,
|
||||
@"uiBox start secondary constraint");
|
||||
@"uiBox end secondary constraint");
|
||||
[self addConstraint:c];
|
||||
[self->otherConstraints addObject:c];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue