Removed the default box hugging priorities. We'll set them in group, tab, and window.

This commit is contained in:
Pietro Gagliardi 2016-05-08 11:00:01 -04:00
parent 854e87b90a
commit a485319c8b
1 changed files with 0 additions and 4 deletions

View File

@ -94,10 +94,6 @@ struct uiBox {
self->primaryOrientation = NSLayoutConstraintOrientationHorizontal;
self->secondaryOrientation = NSLayoutConstraintOrientationVertical;
}
// TODO default high?
self->horzHuggingPri = NSLayoutPriorityRequired;
self->vertHuggingPri = NSLayoutPriorityRequired;
}
return self;
}