mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
PaintBrush: Make a little icon for the eraser tool.
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user