SMS app's message entry box should only grow to some bounded height
Open, Needs TriagePublic

Description

The SMS app's message box grows taller as the message gets longer. This is a good thing. Unfortunately, it can grow to fill the entire view area (and more).
The message entry should:

  • Grow only to "a certain height". 1/3 of the view area seems like a nice ratio
  • Show a scrollbar when the message contents exceed the visible area
sredman created this task.Apr 12 2019, 6:06 PM

It would be good to commit the above changes back to Kaidan when we have it working nicely, since the message composition box originally came from them.