mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:57:34 +00:00
FileManager+Base: Add "properties" icon
Something to show for the properties action in FileManager. It still doesn't actually do anything, but at least now it looks neat. :^)
This commit is contained in:
parent
414b0f4f9e
commit
ff72b4d475
2 changed files with 2 additions and 2 deletions
|
@ -167,7 +167,7 @@ int main(int argc, char** argv)
|
|||
}
|
||||
});
|
||||
|
||||
auto properties_action = GAction::create("Properties...", { Mod_Alt, Key_Return }, [](auto&) {});
|
||||
auto properties_action = GAction::create("Properties...", { Mod_Alt, Key_Return }, GraphicsBitmap::load_from_file("/res/icons/16x16/properties.png"), [](auto&) {});
|
||||
|
||||
auto delete_action = GAction::create("Delete", { Mod_None, Key_Delete }, GraphicsBitmap::load_from_file("/res/icons/16x16/delete.png"), [](const GAction&) {
|
||||
dbgprintf("'Delete' action activated!\n");
|
||||
|
|
BIN
Base/res/icons/16x16/properties.png
Normal file
BIN
Base/res/icons/16x16/properties.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 282 B |
Loading…
Add table
Add a link
Reference in a new issue