mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Base+PixelPaint: Add more icons
This commit is contained in:
committed by
Andreas Kling
parent
dc5675ef22
commit
8c32b42bdf
Notes:
sideshowbarker
2024-07-17 18:56:40 +09:00
Author: https://github.com/electrikmilk Commit: https://github.com/SerenityOS/serenity/commit/8c32b42bdf Pull-request: https://github.com/SerenityOS/serenity/pull/12473
@@ -16,12 +16,18 @@ struct IconBag final {
|
||||
RefPtr<Gfx::Bitmap> filetype_pixelpaint { nullptr };
|
||||
RefPtr<Gfx::Bitmap> new_clipboard { nullptr };
|
||||
RefPtr<Gfx::Bitmap> file_export { nullptr };
|
||||
RefPtr<Gfx::Bitmap> close_image { nullptr };
|
||||
RefPtr<Gfx::Bitmap> edit_copy { nullptr };
|
||||
RefPtr<Gfx::Bitmap> clear_selection { nullptr };
|
||||
RefPtr<Gfx::Bitmap> swap_colors { nullptr };
|
||||
RefPtr<Gfx::Bitmap> default_colors { nullptr };
|
||||
RefPtr<Gfx::Bitmap> load_color_palette { nullptr };
|
||||
RefPtr<Gfx::Bitmap> save_color_palette { nullptr };
|
||||
RefPtr<Gfx::Bitmap> add_guide { nullptr };
|
||||
RefPtr<Gfx::Bitmap> clear_guides { nullptr };
|
||||
RefPtr<Gfx::Bitmap> edit_flip_vertical { nullptr };
|
||||
RefPtr<Gfx::Bitmap> edit_flip_horizontal { nullptr };
|
||||
RefPtr<Gfx::Bitmap> crop { nullptr };
|
||||
RefPtr<Gfx::Bitmap> new_layer { nullptr };
|
||||
RefPtr<Gfx::Bitmap> previous_layer { nullptr };
|
||||
RefPtr<Gfx::Bitmap> next_layer { nullptr };
|
||||
@@ -30,6 +36,7 @@ struct IconBag final {
|
||||
RefPtr<Gfx::Bitmap> active_layer_up { nullptr };
|
||||
RefPtr<Gfx::Bitmap> active_layer_down { nullptr };
|
||||
RefPtr<Gfx::Bitmap> delete_layer { nullptr };
|
||||
RefPtr<Gfx::Bitmap> merge_visible { nullptr };
|
||||
RefPtr<Gfx::Bitmap> filter { nullptr };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user