| Summary: | holiday dates are not aligned | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | tusooa <tusooa> |
| Component: | Digital Clock widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | 1.0 | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/f345714cdaa6df15057fa2d38052773de2094247 | Version Fixed/Implemented In: | 6.2.0 |
| Sentry Crash Report: | |||
| Attachments: | dates are not aligned | ||
|
Description
tusooa
2024-09-18 23:32:19 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4723 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4723 Git commit 1e5b9b3d09619dd9eb03e4e7d53560d8246af707 by Nate Graham, on behalf of Tusooa Windy. Committed on 24/09/2024 at 15:25. Pushed by ngraham into branch 'master'. Align dates in calendar view Before, the dates in the calendar view with a sub-day label are not vertically aligned with those without it. This fixes the problem, while keeping the main date label vertically aligned. As a compromise, the sub-day label may display in a smaller font size due to the size constraints. It still strives to be as large as before if the vertical space permits. FIXED-IN: 6.3.0 M +28 -17 components/calendar/qml/DayDelegate.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/1e5b9b3d09619dd9eb03e4e7d53560d8246af707 Git commit f345714cdaa6df15057fa2d38052773de2094247 by Nate Graham. Committed on 25/09/2024 at 19:04. Pushed by ngraham into branch 'Plasma/6.2'. Align dates in calendar view Before, the dates in the calendar view with a sub-day label are not vertically aligned with those without it. This fixes the problem, while keeping the main date label vertically aligned. As a compromise, the sub-day label may display in a smaller font size due to the size constraints. It still strives to be as large as before if the vertical space permits. FIXED-IN: 6.3.0 (cherry picked from commit 1e5b9b3d09619dd9eb03e4e7d53560d8246af707) ad632e76 Align dates in calendar view Co-authored-by: Tusooa Windy <tusooa@kazv.moe> M +28 -17 components/calendar/qml/DayDelegate.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/f345714cdaa6df15057fa2d38052773de2094247 |