https://bugs.kde.org/show_bug.cgi?id=404232
--- Comment #3 from Nate Graham <n...@kde.org> --- Git commit cf2da56c5e76c168ffdcdf7e2bbbf3ae4f924f55 by Nate Graham. Committed on 17/02/2019 at 21:07. Pushed by ngraham into branch 'Applications/18.12'. Word-wrap KMessageWidget text Summary: Word-wrap KMessageWidget text to prevent the window from being widened when the text is very long. Only `CCBUG: ` because word wrap only works where QLabel detects a word boundary; it will not wrap a string with no spaces or other word boundaries (e.g. "aaaaaaaaaaaaaaaaaaaa...") Test Plan: - Create a new text file with a 300-character name that has spaces in it - In the KMessageWidget's error message, the file name is wrapped at the word boundaries Reviewers: #dolphin, #frameworks, cfeck, elvisangelaccio Reviewed By: #dolphin, cfeck, elvisangelaccio Subscribers: elvisangelaccio, cfeck, kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D18968 M +4 -0 src/dolphinviewcontainer.cpp https://commits.kde.org/dolphin/cf2da56c5e76c168ffdcdf7e2bbbf3ae4f924f55 -- You are receiving this mail because: You are watching all bug changes.