1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:58:11 +00:00

Applications: Space out SystemMonitor & TextEditor in AboutDialogs

This commit is contained in:
Jami Kettunen 2019-12-31 00:01:04 +02:00 committed by Andreas Kling
parent 3f254bfbc8
commit 33b8d37dd3
2 changed files with 2 additions and 2 deletions

View file

@ -244,7 +244,7 @@ TextEditorWidget::TextEditorWidget()
auto help_menu = GMenu::construct("Help");
help_menu->add_action(GAction::create("About", [&](const GAction&) {
GAboutDialog::show("TextEditor", load_png("/res/icons/32x32/app-texteditor.png"), window());
GAboutDialog::show("Text Editor", load_png("/res/icons/32x32/app-texteditor.png"), window());
}));
menubar->add_menu(move(help_menu));