yshavit / whatdid

What did I do all day?
MIT License
8 stars 0 forks source link

PTN fields no longer resize to wrap long text #287

Closed yshavit closed 2 years ago

yshavit commented 2 years ago

The test AutoCompletingField does (in the UI debug window). I suspect this is due to a constrained that I added when I put in the find field.

yshavit commented 2 years ago

See PtnViewControllerTest.testResizing

yshavit commented 2 years ago

This seems to have been fixed in #297! Nice.