mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Applications: Space out SystemMonitor & TextEditor in AboutDialogs
This commit is contained in:
committed by
Andreas Kling
parent
3f254bfbc8
commit
33b8d37dd3
@@ -157,7 +157,7 @@ int main(int argc, char** argv)
|
||||
|
||||
auto help_menu = GMenu::construct("Help");
|
||||
help_menu->add_action(GAction::create("About", [&](const GAction&) {
|
||||
GAboutDialog::show("SystemMonitor", load_png("/res/icons/32x32/app-system-monitor.png"), window);
|
||||
GAboutDialog::show("System Monitor", load_png("/res/icons/32x32/app-system-monitor.png"), window);
|
||||
}));
|
||||
menubar->add_menu(move(help_menu));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user