1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 17:07:47 +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:
Tobias Christiansen 2021-08-01 17:19:10 +02:00 committed by Ali Mohammad Pur
parent a717caa4b7
commit 515bbd0b83
4 changed files with 170 additions and 0 deletions

View file

@ -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