mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 10:18:15 +09:00
Applications: Space out SystemMonitor & TextEditor in AboutDialogs
This commit is contained in:
parent
3f254bfbc8
commit
33b8d37dd3
Notes:
sideshowbarker
2024-07-19 10:31:24 +09:00
Author: https://github.com/JamiKettunen
Commit: 33b8d37dd3
Pull-request: https://github.com/SerenityOS/serenity/pull/966
2 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue