https://bugs.kde.org/show_bug.cgi?id=487950
Jean-Baptiste Mardelle <j...@kdenlive.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/mult | |imedia/kdenlive/-/commit/57 | |055cabdcfba1d703cdde2f12a46 | |ff5b5d6f581 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #2 from Jean-Baptiste Mardelle <j...@kdenlive.org> --- Git commit 57055cabdcfba1d703cdde2f12a46ff5b5d6f581 by Jean-Baptiste Mardelle, on behalf of Ron El. Committed on 15/01/2025 at 12:19. Pushed by mardelle into branch 'master'. Fix the spinbox range for title position and size Large animated titles (like credits) can easily extend past the default spinbox maximum of 5000. You could still place them outside that range but you then get no feedback or fine control via the spinbox of their precise position. Increasing it to 99999 is still a bit arbitrary, but that value will fit without making the box physically larger, and INT_MAX seems a bit overkill. We can always bump it again if a real user needs that. Cap the width and height minimum at 0 - negative size doesn't make a lot of sense here. M +8 -8 src/ui/titlewidget_ui.ui https://invent.kde.org/multimedia/kdenlive/-/commit/57055cabdcfba1d703cdde2f12a46ff5b5d6f581 -- You are receiving this mail because: You are watching all bug changes.