mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 16:37:47 +00:00
PixelPaint: Add Image>Resize Image... dialog. (Front end)
This commit is contained in:
parent
abaecb878b
commit
02399d4775
11 changed files with 302 additions and 0 deletions
|
@ -27,6 +27,7 @@ struct IconBag final {
|
|||
RefPtr<Gfx::Bitmap> clear_guides { nullptr };
|
||||
RefPtr<Gfx::Bitmap> edit_flip_vertical { nullptr };
|
||||
RefPtr<Gfx::Bitmap> edit_flip_horizontal { nullptr };
|
||||
RefPtr<Gfx::Bitmap> resize_image { nullptr };
|
||||
RefPtr<Gfx::Bitmap> crop { nullptr };
|
||||
RefPtr<Gfx::Bitmap> new_layer { nullptr };
|
||||
RefPtr<Gfx::Bitmap> previous_layer { nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue