Closed lidaobing closed 4 months ago
This pull request addresses the text wrapping behavior in the application by changing the wrap mode of text views from GTK_WRAP_WORD and GTK_WRAP_NONE to GTK_WRAP_WORD_CHAR. This change ensures that text wraps at both word boundaries and character boundaries, improving the display of text in various dialog areas.
Files | Changes |
---|---|
src/iptux/DialogBase.cpp src/iptux/DialogPeer.cpp |
Updated text view wrap modes to GTK_WRAP_WORD_CHAR for better text wrapping behavior. |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 52.47%. Comparing base (
e3ce5a8
) to head (23ca0ca
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary by Sourcery
This pull request addresses an issue with the text wrapping mode in various text view widgets within the application. The wrapping mode has been updated to 'GTK_WRAP_WORD_CHAR' to ensure proper handling of both words and characters.