mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:27:45 +00:00
PaintBrush: Make a little icon for the spray tool.
This commit is contained in:
parent
9ac17c7bc9
commit
41bcabd9aa
2 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ ToolboxWidget::ToolboxWidget(GWidget* parent)
|
||||||
|
|
||||||
add_tool("Pen", "pen", make<PenTool>());
|
add_tool("Pen", "pen", make<PenTool>());
|
||||||
add_tool("Bucket Fill", "bucket", make<BucketTool>());
|
add_tool("Bucket Fill", "bucket", make<BucketTool>());
|
||||||
add_tool("Spray", "", make<SprayTool>());
|
add_tool("Spray", "spray", make<SprayTool>());
|
||||||
}
|
}
|
||||||
|
|
||||||
ToolboxWidget::~ToolboxWidget()
|
ToolboxWidget::~ToolboxWidget()
|
||||||
|
|
BIN
Base/res/icons/paintbrush/spray.png
Normal file
BIN
Base/res/icons/paintbrush/spray.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 231 B |
Loading…
Add table
Add a link
Reference in a new issue