mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
Base: Add GML file type icon
Add 16x16 and 32x32 icons for GML files.
This commit is contained in:
parent
b0e5609b88
commit
e7b8498a4a
3 changed files with 1 additions and 2 deletions
BIN
Base/res/icons/16x16/filetype-gml.png
Normal file
BIN
Base/res/icons/16x16/filetype-gml.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
BIN
Base/res/icons/32x32/filetype-gml.png
Normal file
BIN
Base/res/icons/32x32/filetype-gml.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
|
@ -387,8 +387,7 @@ NonnullRefPtr<GUI::Menu> HackStudioWidget::create_project_tree_view_context_menu
|
|||
{
|
||||
m_new_file_actions.append(create_new_file_action("C++ Source File", "/res/icons/16x16/filetype-cplusplus.png", "cpp"));
|
||||
m_new_file_actions.append(create_new_file_action("C++ Header File", "/res/icons/16x16/filetype-header.png", "h"));
|
||||
// FIXME: Create a file icon for GML files
|
||||
m_new_file_actions.append(create_new_file_action("GML File", "/res/icons/16x16/new.png", "gml"));
|
||||
m_new_file_actions.append(create_new_file_action("GML File", "/res/icons/16x16/filetype-gml.png", "gml"));
|
||||
m_new_file_actions.append(create_new_file_action("JavaScript Source File", "/res/icons/16x16/filetype-javascript.png", "js"));
|
||||
m_new_file_actions.append(create_new_file_action("HTML File", "/res/icons/16x16/filetype-html.png", "html"));
|
||||
// FIXME: Create a file icon for CSS files
|
||||
|
|
Loading…
Add table
Reference in a new issue