dialect-app / dialect

A translation app for GNOME.
GNU General Public License v3.0
596 stars 69 forks source link

Create custom TextView widget #363

Closed rafaelmardojai closed 6 months ago

rafaelmardojai commented 6 months ago

Follow up of #355.

rafaelmardojai commented 6 months ago

There was a bug where changing the size of one view would not change the other one, I found that we werent using a bidirectional bind. I've fixed that now and I'm happy with the code and the functionality, so we should be good.

Ohh true, I totally forgot to add binding flags at all 😅