mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:17:45 +00:00
Base: Update some icons for color, quality and consistency
And remove unused filetypes
This commit is contained in:
parent
42717b5b79
commit
4ebfdfdc05
19 changed files with 3 additions and 3 deletions
|
@ -227,7 +227,7 @@ HexEditorWidget::HexEditorWidget()
|
|||
}));
|
||||
|
||||
auto& help_menu = menubar->add_menu("Help");
|
||||
help_menu.add_action(GUI::CommonActions::make_about_action("Hex Editor", GUI::Icon::default_icon("app-hexeditor"), window()));
|
||||
help_menu.add_action(GUI::CommonActions::make_about_action("Hex Editor", GUI::Icon::default_icon("app-hex-editor"), window()));
|
||||
|
||||
GUI::Application::the()->set_menubar(move(menubar));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue