1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:37:35 +00:00

PaintBrush: Make a little icon for the spray tool.

This commit is contained in:
Andreas Kling 2019-06-21 09:22:32 +02:00
parent 9ac17c7bc9
commit 41bcabd9aa
2 changed files with 1 additions and 1 deletions

View file

@ -58,7 +58,7 @@ ToolboxWidget::ToolboxWidget(GWidget* parent)
add_tool("Pen", "pen", make<PenTool>());
add_tool("Bucket Fill", "bucket", make<BucketTool>());
add_tool("Spray", "", make<SprayTool>());
add_tool("Spray", "spray", make<SprayTool>());
}
ToolboxWidget::~ToolboxWidget()

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 B