https://bugs.kde.org/show_bug.cgi?id=523614

Nate Graham <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
                   |ma/libplasma/-/commit/41b9c |ma/libplasma/-/commit/155e2
                   |32dbf1825b14c3467131d3b307c |c45e2b269d7b319aff59df719e7
                   |431fa252                    |1245351a

--- Comment #5 from Nate Graham <[email protected]> ---
Git commit 155e2c45e2b269d7b319aff59df719e71245351a by Nate Graham.
Committed on 29/07/2026 at 20:31.
Pushed by ngraham into branch 'Plasma/6.7'.

Use Wrap instead of WordWrap everywhere

WordWrap has a fatal flaw: if a word is ever longer than the maximum
width, that word will overflow. This is almost never what anyone wants,
so WordWrap must only be used in very specialized situations.

Change everything to use Wrap so this doesn't happen in any of the
general cases that this library handles; it's always a better default.

qqc2-desktop-style already does the same, so there's precedent, too.
FIXED-IN: 6.6.7


(cherry picked from commit 41b9c32dbf1825b14c3467131d3b307c431fa252)

Co-authored-by: Nate Graham <[email protected]>

M  +2    -2    examples/applets/widgetgallery/contents/ui/Texts.qml
M  +1    -1    src/declarativeimports/core/private/DefaultToolTip.qml
M  +1    -1    src/declarativeimports/plasmacomponents3/ToolTip.qml
M  +1    -1   
src/declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml
M  +1    -1    src/declarativeimports/plasmaextracomponents/qml/Heading.qml
M  +3    -3    tests/components/busyindicator3.qml
M  +8    -8    tests/components/progressbar3.qml
M  +1    -1    tests/dialog_fullscreen.qml
M  +1    -1    tests/dialog_minWidthHeightRepositioning.qml
M  +1    -1    tests/dialog_positioning.qml
M  +1    -1    tests/dialog_positioning2.qml
M  +1    -1    tests/dialog_positioning_parentrotated.qml
M  +1    -1    tests/dialog_sizeMoreThanMin.qml
M  +1    -1    tests/dialog_tooltip.qml
M  +1    -1    tests/dialog_visualParentChange.qml

https://invent.kde.org/plasma/libplasma/-/commit/155e2c45e2b269d7b319aff59df719e71245351a

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to