https://bugs.kde.org/show_bug.cgi?id=493344
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/-/commi | |t/c083f4674fe09aeaad4fc1296 | |04749ee5e710f80 Status|ASSIGNED |RESOLVED --- Comment #15 from Nate Graham <n...@kde.org> --- Git commit c083f4674fe09aeaad4fc129604749ee5e710f80 by Nate Graham, on behalf of tusooa the west wind. Committed on 26/09/2024 at 15:07. Pushed by ngraham into branch 'master'. Fix potential overflow of agenda heading of digital clock The original approach to determining the heading height is to just use the height of the MonthView and hope it would be enough. This assumption is untrue for many font/theme combinations and can cause spacing issues even if the height happens to be enough. We fix this by synchronizing the height of both headers to be the larger one. M +6 -1 applets/digital-clock/package/contents/ui/CalendarView.qml M +3 -1 components/calendar/qml/MonthViewHeader.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/c083f4674fe09aeaad4fc129604749ee5e710f80 -- You are receiving this mail because: You are watching all bug changes.