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/155e2 |ma/libplasma/-/commit/2ac71
                   |c45e2b269d7b319aff59df719e7 |8679006775c50b1863fb83ef970
                   |1245351a                    |5c1e9b8d

--- Comment #6 from Nate Graham <[email protected]> ---
Git commit 2ac718679006775c50b1863fb83ef9705c1e9b8d by Nate Graham.
Committed on 29/07/2026 at 20:33.
Pushed by ngraham into branch 'Plasma/6.6'.

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/2ac718679006775c50b1863fb83ef9705c1e9b8d

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

Reply via email to