1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:47:45 +00:00

PixelPaint: Added Zoom tool

This commit is contained in:
lucastarche 2021-03-22 14:34:20 -03:00 committed by Andreas Kling
parent 3947d301e5
commit fa9dfa3da1
5 changed files with 129 additions and 0 deletions

View file

@ -21,6 +21,7 @@ set(SOURCES
ToolboxWidget.cpp
ToolPropertiesWidget.cpp
Tool.cpp
ZoomTool.cpp
)
serenity_app(PixelPaint ICON app-pixel-paint)