diff options
author | thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> | 2021-02-24 16:23:56 -0500 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-25 08:08:26 +0100 |
commit | 4ebfdfdc055d03cbde648626e5bc69433494e96f (patch) | |
tree | e414aaaa823f88a50ca53a7b6638259c049e2f0b | |
parent | 42717b5b794fa218bf63e9e0ec0c6c452e904ba3 (diff) | |
download | serenity-4ebfdfdc055d03cbde648626e5bc69433494e96f.zip |
Base: Update some icons for color, quality and consistency
And remove unused filetypes
19 files changed, 3 insertions, 3 deletions
diff --git a/Base/res/icons/16x16/app-calculator.png b/Base/res/icons/16x16/app-calculator.png Binary files differindex 4dd4b7c3f9..703d4b1464 100644 --- a/Base/res/icons/16x16/app-calculator.png +++ b/Base/res/icons/16x16/app-calculator.png diff --git a/Base/res/icons/16x16/app-hex-editor.png b/Base/res/icons/16x16/app-hex-editor.png Binary files differnew file mode 100644 index 0000000000..1c09907517 --- /dev/null +++ b/Base/res/icons/16x16/app-hex-editor.png diff --git a/Base/res/icons/16x16/app-hexeditor.png b/Base/res/icons/16x16/app-hexeditor.png Binary files differdeleted file mode 100644 index 7fcae159f4..0000000000 --- a/Base/res/icons/16x16/app-hexeditor.png +++ /dev/null diff --git a/Base/res/icons/16x16/filetype-hackstudio.png b/Base/res/icons/16x16/filetype-hackstudio.png Binary files differdeleted file mode 100644 index 34295787ea..0000000000 --- a/Base/res/icons/16x16/filetype-hackstudio.png +++ /dev/null diff --git a/Base/res/icons/16x16/filetype-html.png b/Base/res/icons/16x16/filetype-html.png Binary files differindex b6a0cc0493..a3518bafb7 100644 --- a/Base/res/icons/16x16/filetype-html.png +++ b/Base/res/icons/16x16/filetype-html.png diff --git a/Base/res/icons/16x16/filetype-library.png b/Base/res/icons/16x16/filetype-library.png Binary files differindex 5a5cc7c635..705f228254 100644 --- a/Base/res/icons/16x16/filetype-library.png +++ b/Base/res/icons/16x16/filetype-library.png diff --git a/Base/res/icons/16x16/filetype-markdown.png b/Base/res/icons/16x16/filetype-markdown.png Binary files differindex 33a7ade678..e24f420fb1 100644 --- a/Base/res/icons/16x16/filetype-markdown.png +++ b/Base/res/icons/16x16/filetype-markdown.png diff --git a/Base/res/icons/16x16/filetype-object.png b/Base/res/icons/16x16/filetype-object.png Binary files differindex a392b1cdc8..b27dc1d611 100644 --- a/Base/res/icons/16x16/filetype-object.png +++ b/Base/res/icons/16x16/filetype-object.png diff --git a/Base/res/icons/32x32/app-calculator.png b/Base/res/icons/32x32/app-calculator.png Binary files differindex 7e9204db30..6a5efb452e 100644 --- a/Base/res/icons/32x32/app-calculator.png +++ b/Base/res/icons/32x32/app-calculator.png diff --git a/Base/res/icons/32x32/app-hex-editor.png b/Base/res/icons/32x32/app-hex-editor.png Binary files differnew file mode 100644 index 0000000000..9a7465eccb --- /dev/null +++ b/Base/res/icons/32x32/app-hex-editor.png diff --git a/Base/res/icons/32x32/app-hexeditor.png b/Base/res/icons/32x32/app-hexeditor.png Binary files differdeleted file mode 100644 index cea2360c99..0000000000 --- a/Base/res/icons/32x32/app-hexeditor.png +++ /dev/null diff --git a/Base/res/icons/32x32/app-text-editor.png b/Base/res/icons/32x32/app-text-editor.png Binary files differindex 93e6db3330..df83648254 100644 --- a/Base/res/icons/32x32/app-text-editor.png +++ b/Base/res/icons/32x32/app-text-editor.png diff --git a/Base/res/icons/32x32/filetype-hackstudio.png b/Base/res/icons/32x32/filetype-hackstudio.png Binary files differdeleted file mode 100644 index c0f914930e..0000000000 --- a/Base/res/icons/32x32/filetype-hackstudio.png +++ /dev/null diff --git a/Base/res/icons/32x32/filetype-library.png b/Base/res/icons/32x32/filetype-library.png Binary files differindex 914ac5329b..4785d3050e 100644 --- a/Base/res/icons/32x32/filetype-library.png +++ b/Base/res/icons/32x32/filetype-library.png diff --git a/Base/res/icons/32x32/filetype-markdown.png b/Base/res/icons/32x32/filetype-markdown.png Binary files differindex 585b3023e4..31a0491a2f 100644 --- a/Base/res/icons/32x32/filetype-markdown.png +++ b/Base/res/icons/32x32/filetype-markdown.png diff --git a/Base/res/icons/32x32/filetype-object.png b/Base/res/icons/32x32/filetype-object.png Binary files differindex 469db2b62f..f7949399fc 100644 --- a/Base/res/icons/32x32/filetype-object.png +++ b/Base/res/icons/32x32/filetype-object.png diff --git a/Userland/Applications/HexEditor/CMakeLists.txt b/Userland/Applications/HexEditor/CMakeLists.txt index 496bb25a38..fd8ed78cfd 100644 --- a/Userland/Applications/HexEditor/CMakeLists.txt +++ b/Userland/Applications/HexEditor/CMakeLists.txt @@ -5,5 +5,5 @@ set(SOURCES main.cpp ) -serenity_app(HexEditor ICON app-hexeditor) +serenity_app(HexEditor ICON app-hex-editor) target_link_libraries(HexEditor LibGUI) diff --git a/Userland/Applications/HexEditor/HexEditorWidget.cpp b/Userland/Applications/HexEditor/HexEditorWidget.cpp index 40d0f2aa97..f525134297 100644 --- a/Userland/Applications/HexEditor/HexEditorWidget.cpp +++ b/Userland/Applications/HexEditor/HexEditorWidget.cpp @@ -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)); diff --git a/Userland/Applications/HexEditor/main.cpp b/Userland/Applications/HexEditor/main.cpp index dc5efa49ad..e8389645ef 100644 --- a/Userland/Applications/HexEditor/main.cpp +++ b/Userland/Applications/HexEditor/main.cpp @@ -43,7 +43,7 @@ int main(int argc, char** argv) return 1; } - auto app_icon = GUI::Icon::default_icon("app-hexeditor"); + auto app_icon = GUI::Icon::default_icon("app-hex-editor"); auto window = GUI::Window::construct(); window->set_title("Hex Editor"); |