Skip to content

TootComposer.qml: Make Text wrap in TextArea

Peter Mack requested to merge (removed):TootComposer_wrap_text into master

Hi, thanks for creating Tokodon!

This tiny MR fixes a thing that annoyed me personally: When composing a toot, I would not be able to see what I wrote without manually adding line breaks, which - whenever I forgot to remove them - looked stupid after tooting.

I have tested this patch in my personal build of Tokodon 22.06 on postmarketOS stable and it works great (text wraps properly), but this is my first contribution to a QML project, so I just have no idea if this change could have unintened side effects.

Merge request reports