Skip to content

Set WrapMode on all TextArea components, and fix up some of the Labels

ivan tkachenko requested to merge work/ratijas/wrap into master

Set WrapMode on all TextArea components, and fix up some of the Labels

Upstream styles do not provide any wrapping by default, and thus we should not rely on deceptively convenient override in qqc2-desktop-style.

See frameworks/qqc2-desktop-style!331 (merged)

And also...

Fix enum values

Even though they have identical values, the enums in Text and TextEdit namespaces are technically different types.

See frameworks/kirigami!1393 (merged)


Honestly, lyrics editing UI needs a lot of love, presumably on a full-window tab of its own. This patch fixes hilariously broken layout with a pathologically bad input — a mega-long "word", like, press and hold a letter key for twenty seconds.

Merge request reports