mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:07:44 +00:00
PixelPaint: Add a Dialog for the creation of a Guide
You can select whether you want a horizontal or a vertical Guide and specify the offset you want it to be at.
This commit is contained in:
parent
a717caa4b7
commit
515bbd0b83
4 changed files with 170 additions and 0 deletions
|
@ -6,10 +6,13 @@ serenity_component(
|
|||
)
|
||||
|
||||
compile_gml(PixelPaintWindow.gml PixelPaintWindowGML.h pixel_paint_window_gml)
|
||||
compile_gml(CreateNewGuideDialog.gml CreateNewGuideDialogGML.h create_new_guide_dialog_gml)
|
||||
|
||||
set(SOURCES
|
||||
BrushTool.cpp
|
||||
BucketTool.cpp
|
||||
CreateNewGuideDialog.cpp
|
||||
CreateNewGuideDialogGML.h
|
||||
CreateNewImageDialog.cpp
|
||||
CreateNewLayerDialog.cpp
|
||||
EllipseTool.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue