https://bugs.kde.org/show_bug.cgi?id=505695
Devin Lin <espi...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/util | |ities/kclock/-/commit/341b8 | |b7cfb74e15dd0e04341890934d2 | |f5b0d350 Status|ASSIGNED |RESOLVED --- Comment #3 from Devin Lin <espi...@gmail.com> --- Git commit 341b8b7cfb74e15dd0e04341890934d2f5b0d350 by Devin Lin, on behalf of Michael Fohqul. Committed on 22/06/2025 at 00:17. Pushed by devinlin into branch 'master'. Fix alarm form overflowing on larger screens Set a maximum width of 540 on the inputs in `AlarmForm.qml`. This prevents them from growing too wide on large displays, and consequently prevents them from horizontally overflowing. The 540 value is taken from roughly the width of the inputs on the settings page to maintain consistency in the UI. Disclaimer: This is my first time contributing to KDE and working with QML, so I apologise if anything's not up to scratch. I've used LLM assistance in some areas. M +5 -0 src/kclock/qml/alarm/AlarmForm.qml https://invent.kde.org/utilities/kclock/-/commit/341b8b7cfb74e15dd0e04341890934d2f5b0d350 -- You are receiving this mail because: You are watching all bug changes.