https://bugs.kde.org/show_bug.cgi?id=523090
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version| |6.7.4 Fixed/Implemented| | In| | Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |9aa61a48c481b69fd5ecc3712e1 | |aae62b973bbbd --- Comment #3 from cwo <[email protected]> --- Git commit 9aa61a48c481b69fd5ecc3712e1aae62b973bbbd by Christoph Wolk. Committed on 27/07/2026 at 05:23. Pushed by cwo into branch 'master'. emojier: make window large enough for sidebar Emojier tries to set the minimum window height to be large enough to fit the full sidebar, to avoid having it be covered up by a scroll bar. The required minimum size for this does not seem to be available (the implicitHeight changes with window size), so we compute it from the contentHeight and adjust for differences between explicit and implicit header sizes. The problem now is that the explicit header size may be fractional, but windows can't be; at least in some situations the window ends up too small by a third of a pixel or so, which makes it uselessly scrollable - the scrollbar is shown, but can't actually be moved because we can't move it by fractions of a pixel (or even if we can, that would be completely invisible). Instead, round up the explicit header size to the nearest full pixel. FIXED-IN: 6.7.4 M +3 -2 emojier/app/ui/Emojier.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/9aa61a48c481b69fd5ecc3712e1aae62b973bbbd -- You are receiving this mail because: You are watching all bug changes.
