mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 13:19:47 +00:00
Applications: Space out SystemMonitor & TextEditor in AboutDialogs
This commit is contained in:
committed by
Andreas Kling
parent
3f254bfbc8
commit
33b8d37dd3
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user