PaintBrush: Make a little icon for the eraser tool.
This commit is contained in:
parent
77dc11f481
commit
0a44837738
Notes:
sideshowbarker
2024-07-19 13:26:16 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/0a44837738a
2 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ ToolboxWidget::ToolboxWidget(GWidget* parent)
|
|||
add_tool("Bucket Fill", "bucket", make<BucketTool>());
|
||||
add_tool("Spray", "spray", make<SprayTool>());
|
||||
add_tool("Color Picker", "picker", make<PickerTool>());
|
||||
add_tool("Erase", "", make<EraseTool>());
|
||||
add_tool("Erase", "eraser", make<EraseTool>());
|
||||
}
|
||||
|
||||
ToolboxWidget::~ToolboxWidget()
|
||||
|
|
BIN
Base/res/icons/paintbrush/eraser.png
Normal file
BIN
Base/res/icons/paintbrush/eraser.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 280 B |
Loading…
Add table
Reference in a new issue