Images 💾

Last commit ⭐

commit 901b80f988c6f9863b3806c4e7ea2bdfc3a86941
Author:     thankyouverycool <66646555+thankyouverycool@users.noreply.github.com>
AuthorDate: Thu Sep 22 19:00:01 2022 -0400
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Sat Sep 24 22:59:12 2022 +0200

    LibGUI: Update calculated_min_size() for TextEditor
    
    Defer to AbstractScrollableWidget when TextEditor is multi-line.
    Otherwise, as "vertical_content_size" was unused, simply return
    margins for now.