mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-21 22:01:31 +03:00
Remove max size on window content
It's a bad idea, unless applied on a case-by-case basis. It makes things wrap badly when the viewport is narrow, making things much less readable, even though the aim is to make it more readable by ensuring visibility. And it makes message boxes feel less OS-like. It's better to have to drag a window back and forth to read it, than to have it wrap at every character.
This commit is contained in:
parent
dd5e646dfe
commit
eae2ffe44a