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

ThemeEditor: Paint the minimize/maximize/close window button icons

This commit is contained in:
Andreas Kling 2020-08-23 15:02:44 +02:00
parent 26cc733f93
commit 1b075ffe3b
2 changed files with 15 additions and 3 deletions

View file

@ -54,6 +54,10 @@ private:
RefPtr<Gfx::Bitmap> m_inactive_window_icon;
RefPtr<MiniWidgetGallery> m_gallery;
RefPtr<Gfx::Bitmap> m_close_bitmap;
RefPtr<Gfx::Bitmap> m_maximize_bitmap;
RefPtr<Gfx::Bitmap> m_minimize_bitmap;
};
}