| Summary: | Broken application layout when adding a new timer | ||
|---|---|---|---|
| Product: | [Applications] KClock | Reporter: | Marc <marc.ferland> |
| Component: | General | Assignee: | Devin Lin <espidev> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | hanyoung |
| Priority: | NOR | ||
| Version First Reported In: | 24.08.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/kclock/-/commit/a05b74f673f96c3ec734539922b3b57d0477d5b8 | Version Fixed/Implemented In: | 24.12 |
| Sentry Crash Report: | |||
| Attachments: | New timer screenshot | ||
|
Description
Marc
2024-09-04 13:14:22 UTC
Created attachment 173323 [details]
New timer screenshot
A possibly relevant merge request was started @ https://invent.kde.org/utilities/kclock/-/merge_requests/136 Git commit a05b74f673f96c3ec734539922b3b57d0477d5b8 by Devin Lin. Committed on 29/09/2024 at 23:59. Pushed by devinlin into branch 'master'. Remove new timer drawer for mobile and use dialog OverlayDrawer has caused problems on wider displays as it seems to always open improperly. Simplify the code by just using the dialog implementation for desktop. A +78 -0 src/kclock/qml/timer/TimerFormDialog.qml [License: GPL(v2.0+)] D +0 -153 src/kclock/qml/timer/TimerFormWrapper.qml M +2 -4 src/kclock/qml/timer/TimerListPage.qml M +9 -9 src/kclock/resources.qrc https://invent.kde.org/utilities/kclock/-/commit/a05b74f673f96c3ec734539922b3b57d0477d5b8 |