https://bugs.kde.org/show_bug.cgi?id=521187
Akseli Lahtinen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-workspace/-/commi |ma/plasma-workspace/-/commi |t/9ff6f9577f0f00919ed962466 |t/c1ce4015b557e3a32c949d110 |7e4629e39cb65c3 |725656eca609582 --- Comment #6 from Akseli Lahtinen <[email protected]> --- Git commit c1ce4015b557e3a32c949d110725656eca609582 by Akseli Lahtinen. Committed on 17/07/2026 at 07:47. Pushed by akselmo into branch 'Plasma/6.7'. CursorTheme/main.qml: Ensure the cursor icons and text fit combobox popup Due to how the cursor sizes are calculated, they're exact squares, even when the cursor itself looks like a rectangle. This causes the text being pushed around by the icon bounding box, even when there is some space. Remove the unnecessary binding that confuses the popup. Instead make sure the icon sizes match their actual size. This patch also fixes some warnings with Unqualified accesses. (cherry picked from commit 9ff6f9577f0f00919ed9624667e4629e39cb65c3) M +2 -0 kcms/cursortheme/kcmcursortheme.cpp M +6 -13 kcms/cursortheme/ui/main.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/c1ce4015b557e3a32c949d110725656eca609582 -- You are receiving this mail because: You are watching all bug changes.
