More TODOs.
This commit is contained in:
parent
9431ed5851
commit
2af8289753
|
@ -72,6 +72,7 @@ class Box : NSView, Control {
|
||||||
if c.stretchy {
|
if c.stretchy {
|
||||||
setHuggingPri(view, myNSLayoutPriorityDefaultLow, self.primaryOrientation)
|
setHuggingPri(view, myNSLayoutPriorityDefaultLow, self.primaryOrientation)
|
||||||
} else {
|
} else {
|
||||||
|
// TODO will default high work?
|
||||||
setHuggingPri(view, myNSLayoutPriorityRequired, self.primaryOrientation)
|
setHuggingPri(view, myNSLayoutPriorityRequired, self.primaryOrientation)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue