mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:18:12 +00:00
Base: Rename maximize/minimize icons to a more generic name
This reduces naming confusion when the icons are used for other use cases that require a triangle shape
This commit is contained in:
parent
26cb083c6e
commit
6efdabfc6f
5 changed files with 6 additions and 6 deletions
|
@ -94,8 +94,8 @@ PreviewWidget::PreviewWidget(const Gfx::Palette& preview_palette)
|
|||
m_inactive_window_icon = Gfx::Bitmap::load_from_file("/res/icons/16x16/window.png");
|
||||
|
||||
m_close_bitmap = Gfx::Bitmap::load_from_file("/res/icons/16x16/window-close.png");
|
||||
m_maximize_bitmap = Gfx::Bitmap::load_from_file("/res/icons/16x16/window-maximize.png");
|
||||
m_minimize_bitmap = Gfx::Bitmap::load_from_file("/res/icons/16x16/window-minimize.png");
|
||||
m_maximize_bitmap = Gfx::Bitmap::load_from_file("/res/icons/16x16/upward-triangle.png");
|
||||
m_minimize_bitmap = Gfx::Bitmap::load_from_file("/res/icons/16x16/downward-triangle.png");
|
||||
|
||||
m_gallery = add<MiniWidgetGallery>();
|
||||
set_greedy_for_hits(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue