diff --git a/Userland/Libraries/LibGUI/AboutDialog.gml b/Userland/Libraries/LibGUI/AboutDialog.gml index 51d2660..127390f 100644 --- a/Userland/Libraries/LibGUI/AboutDialog.gml +++ b/Userland/Libraries/LibGUI/AboutDialog.gml @@ -60,7 +60,7 @@ @GUI::Label { name: "copyright" text_alignment: "CenterLeft" - fixed_height: 14 + fixed_height: 32 text: "Copyright © the SerenityOS developers, 2018-2025\nCopyright © the Minerva developers, 2025" }