Images 💾

Last commit ⭐

commit 02157e3eaf8e8f7b67c8ebdd3e92b1ef0d62f5be
Author:     mkblumenau <98577204+mkblumenau@users.noreply.github.com>
AuthorDate: Mon Jul 15 23:54:20 2024 -0400
Commit:     Sam Atkins <atkinssj@serenityos.org>
CommitDate: Fri Jul 19 21:20:52 2024 +0100

    LibGUI: Improve how SpinBox handles negative numbers
    
    Negative numbers now display correctly in SpinBox.
    Previously, they displayed as the negative sign only (no number).
    Now the user can also type negative numbers into the SpinBox.