mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 18:19:03 +00:00
Base: Update some icons for color, quality and consistency
And remove unused filetypes
This commit is contained in:
parent
42717b5b79
commit
4ebfdfdc05
Notes:
sideshowbarker
2024-07-18 21:56:35 +09:00
Author: https://github.com/thankyouverycool
Commit: 4ebfdfdc05
Pull-request: https://github.com/SerenityOS/serenity/pull/5513
19 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue