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:
parent
26cc733f93
commit
1b075ffe3b
2 changed files with 15 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue