More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-08-08 22:06:57 -04:00
parent 9431ed5851
commit 2af8289753
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}