diff --git a/redo/osxaltest/box.swift b/redo/osxaltest/box.swift index e98ef9e2..ad5f3c55 100644 --- a/redo/osxaltest/box.swift +++ b/redo/osxaltest/box.swift @@ -72,6 +72,7 @@ class Box : NSView, Control { if c.stretchy { setHuggingPri(view, myNSLayoutPriorityDefaultLow, self.primaryOrientation) } else { + // TODO will default high work? setHuggingPri(view, myNSLayoutPriorityRequired, self.primaryOrientation) }