bitcoin-core / gui-qml

Bitcoin GUI (experimental QML-based fork)
MIT License
111 stars 40 forks source link

Remove unnecessary line breaks #282

Closed GBKS closed 1 year ago

GBKS commented 1 year ago

The copy in the Figma designs included some custom line breaks to make the shape of the text look nicer (common thing these goofy designers do). These were ported into the code. Since the application width is flexible, this can cause line breaks in awkward places. Let's remove them.

Useful skills:

Just some basic text edits.

Want to work on this issue?

For guidance on contributing, please read CONTRIBUTING.md before opening your pull request.

jarolrod commented 1 year ago

This was fixed by https://github.com/bitcoin-core/gui-qml/pull/283