From a485319c8b09895548c6b738504d2fd511044c3d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 8 May 2016 11:00:01 -0400 Subject: [PATCH] Removed the default box hugging priorities. We'll set them in group, tab, and window. --- darwin/box.m | 4 ---- 1 file changed, 4 deletions(-) diff --git a/darwin/box.m b/darwin/box.m index c41ab6f1..3e2eb3cf 100644 --- a/darwin/box.m +++ b/darwin/box.m @@ -94,10 +94,6 @@ struct uiBox { self->primaryOrientation = NSLayoutConstraintOrientationHorizontal; self->secondaryOrientation = NSLayoutConstraintOrientationVertical; } - - // TODO default high? - self->horzHuggingPri = NSLayoutPriorityRequired; - self->vertHuggingPri = NSLayoutPriorityRequired; } return self; }